Class ElementPropertiesImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.ElementPropertiesImpl
-
- All Implemented Interfaces:
ElementProperties,java.io.Serializable
public class ElementPropertiesImpl extends java.lang.Object implements java.io.Serializable, ElementProperties
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElementPropertiesImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
public BoundingBox getBoundingBox()
Description copied from interface:ElementPropertiesBoundingBoxGets the bounding box.- Specified by:
getBoundingBoxin interfaceElementProperties- Returns:
- the boundingBox
- See Also:
BoundingBox
-
setBoundingBox
public void setBoundingBox(BoundingBox boundingBox)
Description copied from interface:ElementPropertiesBoundingBoxSets the bounding box.- Specified by:
setBoundingBoxin interfaceElementProperties- Parameters:
boundingBox- the boundingBox to set- See Also:
BoundingBox
-
getPaths
public java.util.List<Path> getPaths()
Description copied from interface:ElementPropertiesPathGets the paths list.- Specified by:
getPathsin interfaceElementProperties- Returns:
- the paths list
- See Also:
Path
-
setPaths
public void setPaths(java.util.List<Path> paths)
Description copied from interface:ElementPropertiesPathSets the paths list.- Specified by:
setPathsin interfaceElementProperties- Parameters:
paths- the paths list- See Also:
Path
-
getColor
public Color getColor()
Description copied from interface:ElementPropertiesColorGets the color.- Specified by:
getColorin interfaceElementProperties- Returns:
- the color
- See Also:
Color
-
setColor
public void setColor(Color color)
Description copied from interface:ElementPropertiesColorSets the color.- Specified by:
setColorin interfaceElementProperties- Parameters:
color- the color to set- See Also:
Color
-
getOpacity
public Opacity getOpacity()
Description copied from interface:ElementPropertiesOpacityGets the opacity.- Specified by:
getOpacityin interfaceElementProperties- Returns:
- the opacity
- See Also:
Color
-
setOpacity
public void setOpacity(Opacity opacity)
Description copied from interface:ElementPropertiesOpacitySets the opacity.- Specified by:
setOpacityin interfaceElementProperties- Parameters:
opacity- the opacity to set- See Also:
Opacity
-
getStroke
public Stroke getStroke()
Description copied from interface:ElementPropertiesOpacityGets the stroke.- Specified by:
getStrokein interfaceElementProperties- Returns:
- the stroke
- See Also:
Stroke
-
setStroke
public void setStroke(Stroke stroke)
Description copied from interface:ElementPropertiesOpacitySets the stroke.- Specified by:
setStrokein interfaceElementProperties- Parameters:
stroke- the stroke to set- See Also:
Stroke
-
getTransform
public Transform getTransform()
Description copied from interface:ElementPropertiesTransformGets the transform.- Specified by:
getTransformin interfaceElementProperties- Returns:
- the transform
- See Also:
Transform
-
setTransform
public void setTransform(Transform transform)
Description copied from interface:ElementPropertiesTransformSets the transform.- Specified by:
setTransformin interfaceElementProperties- Parameters:
transform- the transform to set- See Also:
Transform
-
getCorners
public Corners getCorners()
Description copied from interface:ElementPropertiesCornersGets the corners.- Specified by:
getCornersin interfaceElementProperties- Returns:
- the corners
- See Also:
Corners
-
setCorners
public void setCorners(Corners corners)
Description copied from interface:ElementPropertiesCornersSets the corners.- Specified by:
setCornersin interfaceElementProperties- Parameters:
corners- the corners to set- See Also:
Corners
-
getTextwrap
public Textwrap getTextwrap()
Description copied from interface:ElementPropertiesTextwrapGets the textwrap.- Specified by:
getTextwrapin interfaceElementProperties- Returns:
- the textwrap
- See Also:
Textwrap
-
setTextwrap
public void setTextwrap(Textwrap textwrap)
Description copied from interface:ElementPropertiesTextwrapSets the textwrap.- Specified by:
setTextwrapin interfaceElementProperties- Parameters:
textwrap- the textwrap to set- See Also:
Textwrap
-
getFormedit
public Formedit getFormedit()
Description copied from interface:ElementPropertiesFormeditGets the formedit.- Specified by:
getFormeditin interfaceElementProperties- Returns:
- the formedit
- See Also:
Formedit
-
setFormedit
public void setFormedit(Formedit formedit)
Description copied from interface:ElementPropertiesFormeditSets the formedit.- Specified by:
setFormeditin interfaceElementProperties- Parameters:
formedit- the formedit to set- See Also:
Formedit
-
getHyperlink
public Hyperlink getHyperlink()
Description copied from interface:ElementPropertiesHyperlinkGets the hyperlink.- Specified by:
getHyperlinkin interfaceElementProperties- Returns:
- the hyperlink
- See Also:
Hyperlink
-
setHyperlink
public void setHyperlink(Hyperlink hyperlink)
Description copied from interface:ElementPropertiesHyperlinkSets the hyperlink.- Specified by:
setHyperlinkin interfaceElementProperties- Parameters:
hyperlink- the hyperlink to set- See Also:
Hyperlink
-
getTags
public ElementTags getTags()
Description copied from interface:ElementPropertiesElementTagsGets the tags.- Specified by:
getTagsin interfaceElementProperties- Returns:
- the tags
- See Also:
ElementTags
-
setTags
public void setTags(ElementTags tags)
Description copied from interface:ElementPropertiesElementTagsSets the tags.- Specified by:
setTagsin interfaceElementProperties- Parameters:
tags- the tags to set- See Also:
ElementTags
-
getInline
public Inline getInline()
Description copied from interface:ElementPropertiesInlineGets the inline.- Specified by:
getInlinein interfaceElementProperties- Returns:
- the inline
- See Also:
Inline
-
setInline
public void setInline(Inline inline)
Description copied from interface:ElementPropertiesInlineSets the inline.- Specified by:
setInlinein interfaceElementProperties- Parameters:
inline- the inline to set- See Also:
Inline
-
getUsername
public java.lang.String getUsername()
Description copied from interface:ElementPropertiesGets the username.- Specified by:
getUsernamein interfaceElementProperties- Returns:
- the username
-
setUsername
public void setUsername(java.lang.String username)
Description copied from interface:ElementPropertiesSets the username.- Specified by:
setUsernamein interfaceElementProperties- Parameters:
username- the username to set
-
getStartBracket
public double getStartBracket()
Description copied from interface:ElementPropertiesGets the start bracket.- Specified by:
getStartBracketin interfaceElementProperties- Returns:
- the startBracket
-
setStartBracket
public void setStartBracket(double startBracket)
Description copied from interface:ElementPropertiesSets the start bracket.- Specified by:
setStartBracketin interfaceElementProperties- Parameters:
startBracket- the startBracket to set
-
getEndBracket
public double getEndBracket()
Description copied from interface:ElementPropertiesGets the end bracket.- Specified by:
getEndBracketin interfaceElementProperties- Returns:
- the endBracket
-
setEndBracket
public void setEndBracket(double endBracket)
Description copied from interface:ElementPropertiesSets the end bracket.- Specified by:
setEndBracketin interfaceElementProperties- Parameters:
endBracket- the endBracket to set
-
-