Class ConnectionShape

java.lang.Object
com.independentsoft.office.drawing.ConnectionShape
All Implemented Interfaces:
IGroupElement

public class ConnectionShape extends Object implements IGroupElement
The Class ConnectionShape.
  • Constructor Details

    • ConnectionShape

      public ConnectionShape()
      Instantiates a new connection shape.
  • Method Details

    • clone

      public ConnectionShape clone()
      Specified by:
      clone in interface IGroupElement
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getShapeProperties

      public ShapeProperties getShapeProperties()
      Gets the shape properties.
      Returns:
      the shape properties
    • getStyle

      public ShapeStyle getStyle()
      Gets the style.
      Returns:
      the style
    • setStyle

      public void setStyle(ShapeStyle style)
      Sets the style.
      Parameters:
      style - the new style
    • getLocking

      public ConnectionShapeLocking getLocking()
      Gets the locking.
      Returns:
      the locking
    • setLocking

      public void setLocking(ConnectionShapeLocking locking)
      Sets the locking.
      Parameters:
      locking - the new locking
    • getStart

      public ConnectionStart getStart()
      Gets the start.
      Returns:
      the start
    • setStart

      public void setStart(ConnectionStart start)
      Sets the start.
      Parameters:
      start - the new start
    • getEnd

      public ConnectionEnd getEnd()
      Gets the end.
      Returns:
      the end
    • setEnd

      public void setEnd(ConnectionEnd end)
      Sets the end.
      Parameters:
      end - the new end
    • getID

      public String getID()
      Gets the id.
      Returns:
      the id
    • setID

      public void setID(String id)
      Sets the id.
      Parameters:
      id - the new id
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      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