Class BBoxImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.ShapeImpl
-
- com.priint.pubserver.metadata.xml.note.BBoxImpl
-
public class BBoxImpl extends ShapeImpl implements BBox
The type B box.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BBoxImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgesgetEdges()Gets the edges.FillgetFill()Gets the fill.intgetFillindex()Gets the fillindex.doublegetHeight()Gets the height.InsetsgetInsets()Gets the insets.doublegetOpacity()Gets the opacity.StrokegetStroke()Gets the stroke.java.lang.StringgetStrokeAttr()Gets the stroke attr.java.lang.StringgetStrokeWidth()Gets the stroke width.TextframegetTextframe()Gets the textframe.doublegetWidth()Gets the width.doublegetX()Gets the x.doublegetY()Gets the y.voidsetEdges(Edges edges)Sets the edges.voidsetFill(Fill fill)Sets the fill.voidsetFillindex(int fillindex)Sets the fillindex.voidsetHeight(double height)Sets the height.voidsetInsets(Insets insets)Sets the insets.voidsetOpacity(double opacity)Sets the opacity.voidsetStroke(Stroke stroke)Sets the stroke.voidsetStrokeAttr(java.lang.String strokeAttr)Sets the stroke attr.voidsetStrokeWidth(java.lang.String strokeWidth)Sets the stroke width.voidsetTextframe(Textframe textframe)Sets the textframe.voidsetWidth(double width)Sets the width.voidsetX(double x)Sets the x.voidsetY(double y)Sets the y.-
Methods inherited from class com.priint.pubserver.metadata.xml.note.ShapeImpl
getAngle, getAngleRefX, getAngleRefY, getScaleX, getScaleY, getSkew, getSkewRefX, getSkewRefY, setAngle, setAngleRefX, setAngleRefY, setScaleX, setScaleY, setSkew, setSkewRefX, setSkewRefY
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.priint.pubserver.metadata.note.Shape
getAngle, getAngleRefX, getAngleRefY, getScaleX, getScaleY, getSkew, getSkewRefX, getSkewRefY, setAngle, setAngleRefX, setAngleRefY, setScaleX, setScaleY, setSkew, setSkewRefX, setSkewRefY
-
-
-
-
Method Detail
-
getX
public double getX()
Description copied from interface:BBoxGets the x.
-
setX
public void setX(double x)
Description copied from interface:BBoxSets the x.
-
getY
public double getY()
Description copied from interface:BBoxGets the y.
-
setY
public void setY(double y)
Description copied from interface:BBoxSets the y.
-
getWidth
public double getWidth()
Description copied from interface:BBoxGets the width.
-
setWidth
public void setWidth(double width)
Description copied from interface:BBoxSets the width.
-
getHeight
public double getHeight()
Description copied from interface:BBoxGets the height.
-
setHeight
public void setHeight(double height)
Description copied from interface:BBoxSets the height.
-
getFillindex
public int getFillindex()
Description copied from interface:BBoxGets the fillindex.- Specified by:
getFillindexin interfaceBBox- Returns:
- the fillindex
-
setFillindex
public void setFillindex(int fillindex)
Description copied from interface:BBoxSets the fillindex.- Specified by:
setFillindexin interfaceBBox- Parameters:
fillindex- the new fillindex
-
getStrokeWidth
public java.lang.String getStrokeWidth()
Description copied from interface:BBoxGets the stroke width.- Specified by:
getStrokeWidthin interfaceBBox- Returns:
- the stroke width
-
setStrokeWidth
public void setStrokeWidth(java.lang.String strokeWidth)
Description copied from interface:BBoxSets the stroke width.- Specified by:
setStrokeWidthin interfaceBBox- Parameters:
strokeWidth- the new stroke width
-
getOpacity
public double getOpacity()
Description copied from interface:BBoxGets the opacity.- Specified by:
getOpacityin interfaceBBox- Returns:
- the opacity
-
setOpacity
public void setOpacity(double opacity)
Description copied from interface:BBoxSets the opacity.- Specified by:
setOpacityin interfaceBBox- Parameters:
opacity- the new opacity
-
setStroke
public void setStroke(Stroke stroke)
Description copied from interface:BBoxSets the stroke.
-
setInsets
public void setInsets(Insets insets)
Description copied from interface:BBoxSets the insets.
-
getTextframe
public Textframe getTextframe()
Description copied from interface:BBoxGets the textframe.- Specified by:
getTextframein interfaceBBox- Returns:
- the textframe
- See Also:
Textframe
-
setTextframe
public void setTextframe(Textframe textframe)
Description copied from interface:BBoxSets the textframe.- Specified by:
setTextframein interfaceBBox- Parameters:
textframe- the new textframe- See Also:
Textframe
-
getStrokeAttr
public java.lang.String getStrokeAttr()
Description copied from interface:BBoxGets the stroke attr.- Specified by:
getStrokeAttrin interfaceBBox- Returns:
- the stroke attr
-
setStrokeAttr
public void setStrokeAttr(java.lang.String strokeAttr)
Description copied from interface:BBoxSets the stroke attr.- Specified by:
setStrokeAttrin interfaceBBox- Parameters:
strokeAttr- the new stroke attr
-
-