Interface BBox

All Superinterfaces:
Serializable, Shape
All Known Implementing Classes:
BBoxImpl

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

    • 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

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

      void setStrokeWidth(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:
    • setFill

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

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

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

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

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

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

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

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

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

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

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