Package org.eclnt.ccaddons.diagram
Class ShapeLibrary
java.lang.Object
org.eclnt.ccaddons.diagram.ShapeLibrary
This class holds all information for a shape library as simple beans, so
that the content can be marshalled to/ unmarshalled from XML easily.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCategories
(List<ShapeCategory> categories) void
setLineTypes
(List<LineType> lineTypes) void
setShapeGroups
(List<ShapeGroup> shapeGroups) void
setShapeTypeConnections
(List<ShapeConnection> shapeTypeConnections) void
setShapeTypes
(List<ShapeType> shapeTypes)
-
Constructor Details
-
ShapeLibrary
public ShapeLibrary()
-
-
Method Details
-
getCategories
-
setCategories
-
getShapeTypeConnections
-
setShapeTypeConnections
-
getLineTypes
-
setLineTypes
-
getShapeGroups
-
setShapeGroups
-
getShapeTypes
-
setShapeTypes
-