Interface ElementProperties
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ElementPropertiesImpl
The Interface ElementProperties.
-
Method Summary
Modifier and TypeMethodDescriptionBoundingBoxGets the bounding box.getColor()ColorGets the color.CornersGets the corners.doubleGets the end bracket.FormeditGets the formedit.HyperlinkGets the hyperlink.InlineGets the inline.OpacityGets the opacity.getPaths()PathGets the paths list.doubleGets the start bracket.OpacityGets the stroke.getTags()ElementTagsGets the tags.TextwrapGets the textwrap.TransformGets the transform.Gets the username.voidsetBoundingBox(BoundingBox boundingBox) BoundingBoxSets the bounding box.voidColorSets the color.voidsetCorners(Corners corners) CornersSets the corners.voidsetEndBracket(double endBracket) Sets the end bracket.voidsetFormedit(Formedit formedit) FormeditSets the formedit.voidsetHyperlink(Hyperlink hyperlink) HyperlinkSets the hyperlink.voidInlineSets the inline.voidsetOpacity(Opacity opacity) OpacitySets the opacity.voidPathSets the paths list.voidsetStartBracket(double startBracket) Sets the start bracket.voidOpacitySets the stroke.voidsetTags(ElementTags tags) ElementTagsSets the tags.voidsetTextwrap(Textwrap textwrap) TextwrapSets the textwrap.voidsetTransform(Transform transform) TransformSets the transform.voidsetUsername(String username) Sets the username.
-
Method Details
-
getBoundingBox
BoundingBox getBoundingBox()BoundingBoxGets the bounding box.- Returns:
- the boundingBox
- See Also:
-
setBoundingBox
BoundingBoxSets the bounding box.- Parameters:
boundingBox- the boundingBox to set- See Also:
-
getPaths
PathGets the paths list.- Returns:
- the paths list
- See Also:
-
setPaths
PathSets the paths list.- Parameters:
paths- the paths list- See Also:
-
getColor
Color getColor()ColorGets the color.- Returns:
- the color
- See Also:
-
setColor
ColorSets the color.- Parameters:
color- the color to set- See Also:
-
getOpacity
Opacity getOpacity()OpacityGets the opacity.- Returns:
- the opacity
- See Also:
-
setOpacity
OpacitySets the opacity.- Parameters:
opacity- the opacity to set- See Also:
-
getStroke
Stroke getStroke()OpacityGets the stroke.- Returns:
- the stroke
- See Also:
-
setStroke
OpacitySets the stroke.- Parameters:
stroke- the stroke to set- See Also:
-
getTransform
Transform getTransform()TransformGets the transform.- Returns:
- the transform
- See Also:
-
setTransform
TransformSets the transform.- Parameters:
transform- the transform to set- See Also:
-
getCorners
Corners getCorners()CornersGets the corners.- Returns:
- the corners
- See Also:
-
setCorners
CornersSets the corners.- Parameters:
corners- the corners to set- See Also:
-
getTextwrap
Textwrap getTextwrap()TextwrapGets the textwrap.- Returns:
- the textwrap
- See Also:
-
setTextwrap
TextwrapSets the textwrap.- Parameters:
textwrap- the textwrap to set- See Also:
-
getFormedit
Formedit getFormedit()FormeditGets the formedit.- Returns:
- the formedit
- See Also:
-
setFormedit
FormeditSets the formedit.- Parameters:
formedit- the formedit to set- See Also:
-
getHyperlink
Hyperlink getHyperlink()HyperlinkGets the hyperlink.- Returns:
- the hyperlink
- See Also:
-
setHyperlink
HyperlinkSets the hyperlink.- Parameters:
hyperlink- the hyperlink to set- See Also:
-
getTags
ElementTags getTags()ElementTagsGets the tags.- Returns:
- the tags
- See Also:
-
setTags
ElementTagsSets the tags.- Parameters:
tags- the tags to set- See Also:
-
getInline
Inline getInline()InlineGets the inline.- Returns:
- the inline
- See Also:
-
setInline
InlineSets the inline.- Parameters:
inline- the inline to set- See Also:
-
getUsername
String getUsername()Gets the username.- Returns:
- the username
-
setUsername
Sets the username.- Parameters:
username- the username to set
-
getStartBracket
double getStartBracket()Gets the start bracket.- Returns:
- the startBracket
-
setStartBracket
void setStartBracket(double startBracket) Sets the start bracket.- Parameters:
startBracket- the startBracket to set
-
getEndBracket
double getEndBracket()Gets the end bracket.- Returns:
- the endBracket
-
setEndBracket
void setEndBracket(double endBracket) Sets the end bracket.- Parameters:
endBracket- the endBracket to set
-