Class ShapeGroup

java.lang.Object
org.eclnt.ccaddons.diagram.ShapeGroup

public class ShapeGroup extends Object
Semantic grouping of shapes: when editing a shape then the user may change the shape type. The list of possible shape types is defined by the shape group.
  • Constructor Details

    • ShapeGroup

      public ShapeGroup()
  • Method Details

    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getShapeGroupId

      public String getShapeGroupId()
    • setShapeGroupId

      public void setShapeGroupId(String shapeGroupId)
    • getLiterals

      public List<Literal> getLiterals()
    • setLiterals

      public void setLiterals(List<Literal> literals)
    • getLocalText

      public String getLocalText()
    • getShapeTypeIds

      public List<String> getShapeTypeIds()
    • setShapeTypeIds

      public void setShapeTypeIds(List<String> shapeTypeIds)