Package org.eclnt.ccaddons.diagram
Class Chart
java.lang.Object
org.eclnt.ccaddons.diagram.Chart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindLineInstancesFromTo
(ChartShapeInstance fromShape, ChartShapeInstance toShape) boolean
void
removeLine
(ChartLineInstance line) removeShape
(ChartShapeInstance shape) void
setConfig
(ChartConfiguration config) void
setLineInstances
(List<ChartLineInstance> lineInstances) void
setShapeInstances
(List<ChartShapeInstance> shapeInstances) void
-
Constructor Details
-
Chart
public Chart() -
Chart
-
-
Method Details
-
setConfig
-
getConfig
-
findShapeInstance
-
findLineInstance
-
findLineInstancesStartingAtShape
-
findLineInstancesEndingAtShape
-
findLineInstancesFromTo
public List<ChartLineInstance> findLineInstancesFromTo(ChartShapeInstance fromShape, ChartShapeInstance toShape) -
hasLinesConnected
-
getShapeInstances
-
setShapeInstances
-
getLineInstances
-
setLineInstances
-
removeShape
-
removeLine
-
writeApplicationData
public void writeApplicationData()
-