Class Shape

    • Field Detail

      • bounds

        protected Bounds bounds
    • Constructor Detail

      • Shape

        public Shape()
    • Method Detail

      • getBounds

        public Bounds getBounds()
        the optional bounds of the shape relative to the origin of its nesting plane.
        Specified by:
        getBounds in interface Shape
        Returns:
        possible object is Bounds
      • setBounds

        public void setBounds​(Bounds value)
        Sets the value of the bounds property.
        Specified by:
        setBounds in interface Shape
        Parameters:
        value - allowed object is Bounds