Interface ElementProperties
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ElementPropertiesImpl
public interface ElementProperties extends java.io.SerializableThe Interface ElementProperties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BoundingBoxgetBoundingBox()BoundingBoxGets the bounding box.ColorgetColor()ColorGets the color.CornersgetCorners()CornersGets the corners.doublegetEndBracket()Gets the end bracket.FormeditgetFormedit()FormeditGets the formedit.HyperlinkgetHyperlink()HyperlinkGets the hyperlink.InlinegetInline()InlineGets the inline.OpacitygetOpacity()OpacityGets the opacity.java.util.List<Path>getPaths()PathGets the paths list.doublegetStartBracket()Gets the start bracket.StrokegetStroke()OpacityGets the stroke.ElementTagsgetTags()ElementTagsGets the tags.TextwrapgetTextwrap()TextwrapGets the textwrap.TransformgetTransform()TransformGets the transform.java.lang.StringgetUsername()Gets the username.voidsetBoundingBox(BoundingBox boundingBox)BoundingBoxSets the bounding box.voidsetColor(Color color)ColorSets 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.voidsetInline(Inline inline)InlineSets the inline.voidsetOpacity(Opacity opacity)OpacitySets the opacity.voidsetPaths(java.util.List<Path> paths)PathSets the paths list.voidsetStartBracket(double startBracket)Sets the start bracket.voidsetStroke(Stroke stroke)OpacitySets the stroke.voidsetTags(ElementTags tags)ElementTagsSets the tags.voidsetTextwrap(Textwrap textwrap)TextwrapSets the textwrap.voidsetTransform(Transform transform)TransformSets the transform.voidsetUsername(java.lang.String username)Sets the username.
-
-
-
Method Detail
-
getBoundingBox
BoundingBox getBoundingBox()
BoundingBoxGets the bounding box.- Returns:
- the boundingBox
- See Also:
BoundingBox
-
setBoundingBox
void setBoundingBox(BoundingBox boundingBox)
BoundingBoxSets the bounding box.- Parameters:
boundingBox- the boundingBox to set- See Also:
BoundingBox
-
getPaths
java.util.List<Path> getPaths()
PathGets the paths list.- Returns:
- the paths list
- See Also:
Path
-
setPaths
void setPaths(java.util.List<Path> paths)
PathSets the paths list.- Parameters:
paths- the paths list- See Also:
Path
-
setColor
void setColor(Color color)
ColorSets the color.- Parameters:
color- the color to set- See Also:
Color
-
setOpacity
void setOpacity(Opacity opacity)
OpacitySets the opacity.- Parameters:
opacity- the opacity to set- See Also:
Opacity
-
setStroke
void setStroke(Stroke stroke)
OpacitySets the stroke.- Parameters:
stroke- the stroke to set- See Also:
Stroke
-
getTransform
Transform getTransform()
TransformGets the transform.- Returns:
- the transform
- See Also:
Transform
-
setTransform
void setTransform(Transform transform)
TransformSets the transform.- Parameters:
transform- the transform to set- See Also:
Transform
-
setCorners
void setCorners(Corners corners)
CornersSets the corners.- Parameters:
corners- the corners to set- See Also:
Corners
-
getTextwrap
Textwrap getTextwrap()
TextwrapGets the textwrap.- Returns:
- the textwrap
- See Also:
Textwrap
-
setTextwrap
void setTextwrap(Textwrap textwrap)
TextwrapSets the textwrap.- Parameters:
textwrap- the textwrap to set- See Also:
Textwrap
-
getFormedit
Formedit getFormedit()
FormeditGets the formedit.- Returns:
- the formedit
- See Also:
Formedit
-
setFormedit
void setFormedit(Formedit formedit)
FormeditSets the formedit.- Parameters:
formedit- the formedit to set- See Also:
Formedit
-
getHyperlink
Hyperlink getHyperlink()
HyperlinkGets the hyperlink.- Returns:
- the hyperlink
- See Also:
Hyperlink
-
setHyperlink
void setHyperlink(Hyperlink hyperlink)
HyperlinkSets the hyperlink.- Parameters:
hyperlink- the hyperlink to set- See Also:
Hyperlink
-
getTags
ElementTags getTags()
ElementTagsGets the tags.- Returns:
- the tags
- See Also:
ElementTags
-
setTags
void setTags(ElementTags tags)
ElementTagsSets the tags.- Parameters:
tags- the tags to set- See Also:
ElementTags
-
setInline
void setInline(Inline inline)
InlineSets the inline.- Parameters:
inline- the inline to set- See Also:
Inline
-
getUsername
java.lang.String getUsername()
Gets the username.- Returns:
- the username
-
setUsername
void setUsername(java.lang.String username)
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
-
-