Interface BBox
-
-
Method Summary
All Methods Instance Methods Abstract 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 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
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
java.lang.String getStrokeWidth()
Gets the stroke width.- Returns:
- the stroke width
-
setStrokeWidth
void setStrokeWidth(java.lang.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
-
setStroke
void setStroke(Stroke stroke)
Sets the stroke.- Parameters:
stroke- the new stroke- See Also:
Stroke
-
setEdges
void setEdges(Edges edges)
Sets the edges.- Parameters:
edges- the new edges- See Also:
Edges
-
setInsets
void setInsets(Insets insets)
Sets the insets.- Parameters:
insets- the new insets- See Also:
Insets
-
getTextframe
Textframe getTextframe()
Gets the textframe.- Returns:
- the textframe
- See Also:
Textframe
-
setTextframe
void setTextframe(Textframe textframe)
Sets the textframe.- Parameters:
textframe- the new textframe- See Also:
Textframe
-
getStrokeAttr
java.lang.String getStrokeAttr()
Gets the stroke attr.- Returns:
- the stroke attr
-
setStrokeAttr
void setStrokeAttr(java.lang.String strokeAttr)
Sets the stroke attr.- Parameters:
strokeAttr- the new stroke attr
-
-