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
The type B box.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEdges()Gets the edges.getFill()Gets the fill.intGets the fillindex.doubleGets the height.Gets the insets.doubleGets the opacity.Gets the stroke.Gets the stroke attr.Gets the stroke width.Gets the textframe.doublegetWidth()Gets the width.doublegetX()Gets the x.doublegetY()Gets the y.voidSets the edges.voidSets the fill.voidsetFillindex(int fillindex) Sets the fillindex.voidsetHeight(double height) Sets the height.voidSets the insets.voidsetOpacity(double opacity) Sets the opacity.voidSets the stroke.voidsetStrokeAttr(String strokeAttr) Sets the stroke attr.voidsetStrokeWidth(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, setSkewRefYMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
BBoxImpl
public BBoxImpl()
-
-
Method Details
-
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
Description copied from interface:BBoxGets the stroke width.- Specified by:
getStrokeWidthin interfaceBBox- Returns:
- the stroke width
-
setStrokeWidth
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
-
getFill
Description copied from interface:BBoxGets the fill. -
setFill
Description copied from interface:BBoxSets the fill. -
getStroke
Description copied from interface:BBoxGets the stroke. -
setStroke
Description copied from interface:BBoxSets the stroke. -
getEdges
Description copied from interface:BBoxGets the edges. -
setEdges
Description copied from interface:BBoxSets the edges. -
getInsets
Description copied from interface:BBoxGets the insets. -
setInsets
Description copied from interface:BBoxSets the insets. -
getTextframe
Description copied from interface:BBoxGets the textframe.- Specified by:
getTextframein interfaceBBox- Returns:
- the textframe
- See Also:
-
setTextframe
Description copied from interface:BBoxSets the textframe.- Specified by:
setTextframein interfaceBBox- Parameters:
textframe- the new textframe- See Also:
-
getStrokeAttr
Description copied from interface:BBoxGets the stroke attr.- Specified by:
getStrokeAttrin interfaceBBox- Returns:
- the stroke attr
-
setStrokeAttr
Description copied from interface:BBoxSets the stroke attr.- Specified by:
setStrokeAttrin interfaceBBox- Parameters:
strokeAttr- the new stroke attr
-