Class ShapeCategory

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

public class ShapeCategory extends Object
Within a library, different shape types are categorized. The categorization is a pure optical configuration, so that shape types grouped in the shape type library overview.
  • Constructor Details

    • ShapeCategory

      public ShapeCategory()
  • Method Details

    • getCategoryId

      public String getCategoryId()
    • setCategoryId

      public void setCategoryId(String categroyId)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getShapeTypeIds

      public List<String> getShapeTypeIds()
    • setShapeTypeIds

      public void setShapeTypeIds(List<String> shapeTypeIds)
    • getLiterals

      public List<Literal> getLiterals()
    • setLiterals

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

      public String getLocalText()
    • getSubCategories

      public List<ShapeCategory> getSubCategories()
    • setSubCategories

      public void setSubCategories(List<ShapeCategory> subCategories)