Interface BBox
- All Superinterfaces:
Serializable,Shape
- All Known Implementing Classes:
BBoxImpl
The Interface BBox.
-
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 interface com.priint.pubserver.metadata.note.Shape
getAngle, getAngleRefX, getAngleRefY, getScaleX, getScaleY, getSkew, getSkewRefX, getSkewRefY, setAngle, setAngleRefX, setAngleRefY, setScaleX, setScaleY, setSkew, setSkewRefX, setSkewRefY
-
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
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
Sets the fill.- Parameters:
fill- the new fill- See Also:
-
getStroke
Stroke getStroke()Gets the stroke.- Returns:
- the stroke
- See Also:
-
setStroke
Sets the stroke.- Parameters:
stroke- the new stroke- See Also:
-
getEdges
Edges getEdges()Gets the edges.- Returns:
- the edges
- See Also:
-
setEdges
Sets the edges.- Parameters:
edges- the new edges- See Also:
-
getInsets
Insets getInsets()Gets the insets.- Returns:
- the insets
- See Also:
-
setInsets
Sets the insets.- Parameters:
insets- the new insets- See Also:
-
getTextframe
Textframe getTextframe()Gets the textframe.- Returns:
- the textframe
- See Also:
-
setTextframe
Sets the textframe.- Parameters:
textframe- the new textframe- See Also:
-
getStrokeAttr
String getStrokeAttr()Gets the stroke attr.- Returns:
- the stroke attr
-
setStrokeAttr
Sets the stroke attr.- Parameters:
strokeAttr- the new stroke attr
-