Class BBoxImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.ShapeImpl
com.priint.pubserver.metadata.xml.note.BBoxImpl
All Implemented Interfaces:
BBox, Shape, Serializable

public class BBoxImpl extends ShapeImpl implements BBox
The type B box.
See Also:
  • Constructor Details

    • BBoxImpl

      public BBoxImpl()
  • Method Details

    • getX

      public double getX()
      Description copied from interface: BBox
      Gets the x.
      Specified by:
      getX in interface BBox
      Returns:
      the x
    • setX

      public void setX(double x)
      Description copied from interface: BBox
      Sets the x.
      Specified by:
      setX in interface BBox
      Parameters:
      x - the new x
    • getY

      public double getY()
      Description copied from interface: BBox
      Gets the y.
      Specified by:
      getY in interface BBox
      Returns:
      the y
    • setY

      public void setY(double y)
      Description copied from interface: BBox
      Sets the y.
      Specified by:
      setY in interface BBox
      Parameters:
      y - the new y
    • getWidth

      public double getWidth()
      Description copied from interface: BBox
      Gets the width.
      Specified by:
      getWidth in interface BBox
      Returns:
      the width
    • setWidth

      public void setWidth(double width)
      Description copied from interface: BBox
      Sets the width.
      Specified by:
      setWidth in interface BBox
      Parameters:
      width - the new width
    • getHeight

      public double getHeight()
      Description copied from interface: BBox
      Gets the height.
      Specified by:
      getHeight in interface BBox
      Returns:
      the height
    • setHeight

      public void setHeight(double height)
      Description copied from interface: BBox
      Sets the height.
      Specified by:
      setHeight in interface BBox
      Parameters:
      height - the new height
    • getFillindex

      public int getFillindex()
      Description copied from interface: BBox
      Gets the fillindex.
      Specified by:
      getFillindex in interface BBox
      Returns:
      the fillindex
    • setFillindex

      public void setFillindex(int fillindex)
      Description copied from interface: BBox
      Sets the fillindex.
      Specified by:
      setFillindex in interface BBox
      Parameters:
      fillindex - the new fillindex
    • getStrokeWidth

      public String getStrokeWidth()
      Description copied from interface: BBox
      Gets the stroke width.
      Specified by:
      getStrokeWidth in interface BBox
      Returns:
      the stroke width
    • setStrokeWidth

      public void setStrokeWidth(String strokeWidth)
      Description copied from interface: BBox
      Sets the stroke width.
      Specified by:
      setStrokeWidth in interface BBox
      Parameters:
      strokeWidth - the new stroke width
    • getOpacity

      public double getOpacity()
      Description copied from interface: BBox
      Gets the opacity.
      Specified by:
      getOpacity in interface BBox
      Returns:
      the opacity
    • setOpacity

      public void setOpacity(double opacity)
      Description copied from interface: BBox
      Sets the opacity.
      Specified by:
      setOpacity in interface BBox
      Parameters:
      opacity - the new opacity
    • getFill

      public Fill getFill()
      Description copied from interface: BBox
      Gets the fill.
      Specified by:
      getFill in interface BBox
      Returns:
      the fill
      See Also:
    • setFill

      public void setFill(Fill fill)
      Description copied from interface: BBox
      Sets the fill.
      Specified by:
      setFill in interface BBox
      Parameters:
      fill - the new fill
      See Also:
    • getStroke

      public Stroke getStroke()
      Description copied from interface: BBox
      Gets the stroke.
      Specified by:
      getStroke in interface BBox
      Returns:
      the stroke
      See Also:
    • setStroke

      public void setStroke(Stroke stroke)
      Description copied from interface: BBox
      Sets the stroke.
      Specified by:
      setStroke in interface BBox
      Parameters:
      stroke - the new stroke
      See Also:
    • getEdges

      public Edges getEdges()
      Description copied from interface: BBox
      Gets the edges.
      Specified by:
      getEdges in interface BBox
      Returns:
      the edges
      See Also:
    • setEdges

      public void setEdges(Edges edges)
      Description copied from interface: BBox
      Sets the edges.
      Specified by:
      setEdges in interface BBox
      Parameters:
      edges - the new edges
      See Also:
    • getInsets

      public Insets getInsets()
      Description copied from interface: BBox
      Gets the insets.
      Specified by:
      getInsets in interface BBox
      Returns:
      the insets
      See Also:
    • setInsets

      public void setInsets(Insets insets)
      Description copied from interface: BBox
      Sets the insets.
      Specified by:
      setInsets in interface BBox
      Parameters:
      insets - the new insets
      See Also:
    • getTextframe

      public Textframe getTextframe()
      Description copied from interface: BBox
      Gets the textframe.
      Specified by:
      getTextframe in interface BBox
      Returns:
      the textframe
      See Also:
    • setTextframe

      public void setTextframe(Textframe textframe)
      Description copied from interface: BBox
      Sets the textframe.
      Specified by:
      setTextframe in interface BBox
      Parameters:
      textframe - the new textframe
      See Also:
    • getStrokeAttr

      public String getStrokeAttr()
      Description copied from interface: BBox
      Gets the stroke attr.
      Specified by:
      getStrokeAttr in interface BBox
      Returns:
      the stroke attr
    • setStrokeAttr

      public void setStrokeAttr(String strokeAttr)
      Description copied from interface: BBox
      Sets the stroke attr.
      Specified by:
      setStrokeAttr in interface BBox
      Parameters:
      strokeAttr - the new stroke attr