Class ElementPropertiesImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.ElementPropertiesImpl
- All Implemented Interfaces:
ElementProperties,Serializable
- See Also:
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
ElementPropertiesImpl
public ElementPropertiesImpl()
-
-
Method Details
-
getBoundingBox
Description copied from interface:ElementPropertiesBoundingBoxGets the bounding box.- Specified by:
getBoundingBoxin interfaceElementProperties- Returns:
- the boundingBox
- See Also:
-
setBoundingBox
Description copied from interface:ElementPropertiesBoundingBoxSets the bounding box.- Specified by:
setBoundingBoxin interfaceElementProperties- Parameters:
boundingBox- the boundingBox to set- See Also:
-
getPaths
Description copied from interface:ElementPropertiesPathGets the paths list.- Specified by:
getPathsin interfaceElementProperties- Returns:
- the paths list
- See Also:
-
setPaths
Description copied from interface:ElementPropertiesPathSets the paths list.- Specified by:
setPathsin interfaceElementProperties- Parameters:
paths- the paths list- See Also:
-
getColor
Description copied from interface:ElementPropertiesColorGets the color.- Specified by:
getColorin interfaceElementProperties- Returns:
- the color
- See Also:
-
setColor
Description copied from interface:ElementPropertiesColorSets the color.- Specified by:
setColorin interfaceElementProperties- Parameters:
color- the color to set- See Also:
-
getOpacity
Description copied from interface:ElementPropertiesOpacityGets the opacity.- Specified by:
getOpacityin interfaceElementProperties- Returns:
- the opacity
- See Also:
-
setOpacity
Description copied from interface:ElementPropertiesOpacitySets the opacity.- Specified by:
setOpacityin interfaceElementProperties- Parameters:
opacity- the opacity to set- See Also:
-
getStroke
Description copied from interface:ElementPropertiesOpacityGets the stroke.- Specified by:
getStrokein interfaceElementProperties- Returns:
- the stroke
- See Also:
-
setStroke
Description copied from interface:ElementPropertiesOpacitySets the stroke.- Specified by:
setStrokein interfaceElementProperties- Parameters:
stroke- the stroke to set- See Also:
-
getTransform
Description copied from interface:ElementPropertiesTransformGets the transform.- Specified by:
getTransformin interfaceElementProperties- Returns:
- the transform
- See Also:
-
setTransform
Description copied from interface:ElementPropertiesTransformSets the transform.- Specified by:
setTransformin interfaceElementProperties- Parameters:
transform- the transform to set- See Also:
-
getCorners
Description copied from interface:ElementPropertiesCornersGets the corners.- Specified by:
getCornersin interfaceElementProperties- Returns:
- the corners
- See Also:
-
setCorners
Description copied from interface:ElementPropertiesCornersSets the corners.- Specified by:
setCornersin interfaceElementProperties- Parameters:
corners- the corners to set- See Also:
-
getTextwrap
Description copied from interface:ElementPropertiesTextwrapGets the textwrap.- Specified by:
getTextwrapin interfaceElementProperties- Returns:
- the textwrap
- See Also:
-
setTextwrap
Description copied from interface:ElementPropertiesTextwrapSets the textwrap.- Specified by:
setTextwrapin interfaceElementProperties- Parameters:
textwrap- the textwrap to set- See Also:
-
getFormedit
Description copied from interface:ElementPropertiesFormeditGets the formedit.- Specified by:
getFormeditin interfaceElementProperties- Returns:
- the formedit
- See Also:
-
setFormedit
Description copied from interface:ElementPropertiesFormeditSets the formedit.- Specified by:
setFormeditin interfaceElementProperties- Parameters:
formedit- the formedit to set- See Also:
-
getHyperlink
Description copied from interface:ElementPropertiesHyperlinkGets the hyperlink.- Specified by:
getHyperlinkin interfaceElementProperties- Returns:
- the hyperlink
- See Also:
-
setHyperlink
Description copied from interface:ElementPropertiesHyperlinkSets the hyperlink.- Specified by:
setHyperlinkin interfaceElementProperties- Parameters:
hyperlink- the hyperlink to set- See Also:
-
getTags
Description copied from interface:ElementPropertiesElementTagsGets the tags.- Specified by:
getTagsin interfaceElementProperties- Returns:
- the tags
- See Also:
-
setTags
Description copied from interface:ElementPropertiesElementTagsSets the tags.- Specified by:
setTagsin interfaceElementProperties- Parameters:
tags- the tags to set- See Also:
-
getInline
Description copied from interface:ElementPropertiesInlineGets the inline.- Specified by:
getInlinein interfaceElementProperties- Returns:
- the inline
- See Also:
-
setInline
Description copied from interface:ElementPropertiesInlineSets the inline.- Specified by:
setInlinein interfaceElementProperties- Parameters:
inline- the inline to set- See Also:
-
getUsername
Description copied from interface:ElementPropertiesGets the username.- Specified by:
getUsernamein interfaceElementProperties- Returns:
- the username
-
setUsername
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
-