Class ConnectionShape
java.lang.Object
com.independentsoft.office.charts.drawing.ConnectionShape
- All Implemented Interfaces:
IAnchorElement,IGroupElement
The Class ConnectionShape.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the description.getEnd()Gets the end.getID()Gets the id.Gets the locking.getMacro()Gets the macro.getName()Gets the name.Gets the shape properties.getStart()Gets the start.getStyle()Gets the style.booleanisHidden()Checks if is hidden.booleanChecks if is publish.voidsetDescription(String description)Sets the description.voidsetEnd(ConnectionEnd end)Sets the end.voidsetHidden(boolean isHidden)Sets the hidden.voidSets the id.voidsetLocking(ConnectionShapeLocking locking)Sets the locking.voidSets the macro.voidSets the name.voidsetPublish(boolean publish)Sets the publish.voidsetStart(ConnectionStart start)Sets the start.voidsetStyle(ShapeStyle style)Sets the style.toString()
-
Constructor Details
-
ConnectionShape
public ConnectionShape()Instantiates a new connection shape.
-
-
Method Details
-
clone
- Specified by:
clonein interfaceIAnchorElement- Specified by:
clonein interfaceIGroupElement- Overrides:
clonein classObject
-
toString
-
getShapeProperties
Gets the shape properties.- Returns:
- the shape properties
-
getStyle
Gets the style.- Returns:
- the style
-
setStyle
Sets the style.- Parameters:
style- the new style
-
getMacro
Gets the macro.- Returns:
- the macro
-
setMacro
Sets the macro.- Parameters:
macro- the new macro
-
isPublish
public boolean isPublish()Checks if is publish.- Returns:
- true, if is publish
-
setPublish
public void setPublish(boolean publish)Sets the publish.- Parameters:
publish- the new publish
-
getLocking
Gets the locking.- Returns:
- the locking
-
setLocking
Sets the locking.- Parameters:
locking- the new locking
-
getStart
Gets the start.- Returns:
- the start
-
setStart
Sets the start.- Parameters:
start- the new start
-
getEnd
Gets the end.- Returns:
- the end
-
setEnd
Sets the end.- Parameters:
end- the new end
-
getID
Gets the id.- Returns:
- the id
-
setID
Sets the id.- Parameters:
id- the new id
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getDescription
Gets the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the new description
-
isHidden
public boolean isHidden()Checks if is hidden.- Returns:
- true, if is hidden
-
setHidden
public void setHidden(boolean isHidden)Sets the hidden.- Parameters:
isHidden- the new hidden
-