Interface BBox

  • All Superinterfaces:
    java.io.Serializable, Shape
    All Known Implementing Classes:
    BBoxImpl

    public interface BBox
    extends Shape
    The Interface BBox.
    • Method Detail

      • getX

        double getX()
        Gets the x.
        Returns:
        the x
      • setX

        void setX​(double x)
        Sets the x.
        Parameters:
        x - the new x
      • getY

        double getY()
        Gets the y.
        Returns:
        the y
      • setY

        void setY​(double y)
        Sets the y.
        Parameters:
        y - the new y
      • getWidth

        double getWidth()
        Gets the width.
        Returns:
        the width
      • setWidth

        void setWidth​(double width)
        Sets the width.
        Parameters:
        width - the new width
      • getHeight

        double getHeight()
        Gets the height.
        Returns:
        the height
      • setHeight

        void setHeight​(double height)
        Sets the height.
        Parameters:
        height - the new height
      • getFillindex

        int getFillindex()
        Gets the fillindex.
        Returns:
        the fillindex
      • setFillindex

        void setFillindex​(int fillindex)
        Sets the fillindex.
        Parameters:
        fillindex - the new fillindex
      • getStrokeWidth

        java.lang.String getStrokeWidth()
        Gets the stroke width.
        Returns:
        the stroke width
      • setStrokeWidth

        void setStrokeWidth​(java.lang.String strokeWidth)
        Sets the stroke width.
        Parameters:
        strokeWidth - the new stroke width
      • getOpacity

        double getOpacity()
        Gets the opacity.
        Returns:
        the opacity
      • setOpacity

        void setOpacity​(double opacity)
        Sets the opacity.
        Parameters:
        opacity - the new opacity
      • getFill

        Fill getFill()
        Gets the fill.
        Returns:
        the fill
        See Also:
        Fill
      • setFill

        void setFill​(Fill fill)
        Sets the fill.
        Parameters:
        fill - the new fill
        See Also:
        Fill
      • getStroke

        Stroke getStroke()
        Gets the stroke.
        Returns:
        the stroke
        See Also:
        Stroke
      • setStroke

        void setStroke​(Stroke stroke)
        Sets the stroke.
        Parameters:
        stroke - the new stroke
        See Also:
        Stroke
      • getEdges

        Edges getEdges()
        Gets the edges.
        Returns:
        the edges
        See Also:
        Edges
      • setEdges

        void setEdges​(Edges edges)
        Sets the edges.
        Parameters:
        edges - the new edges
        See Also:
        Edges
      • getInsets

        Insets getInsets()
        Gets the insets.
        Returns:
        the insets
        See Also:
        Insets
      • setInsets

        void setInsets​(Insets insets)
        Sets the insets.
        Parameters:
        insets - the new insets
        See Also:
        Insets
      • getTextframe

        Textframe getTextframe()
        Gets the textframe.
        Returns:
        the textframe
        See Also:
        Textframe
      • setTextframe

        void setTextframe​(Textframe textframe)
        Sets the textframe.
        Parameters:
        textframe - the new textframe
        See Also:
        Textframe
      • getStrokeAttr

        java.lang.String getStrokeAttr()
        Gets the stroke attr.
        Returns:
        the stroke attr
      • setStrokeAttr

        void setStrokeAttr​(java.lang.String strokeAttr)
        Sets the stroke attr.
        Parameters:
        strokeAttr - the new stroke attr