Uses of Class
org.eclnt.ccaddons.diagram.ChartLineInstance
Packages that use ChartLineInstance
Package
Description
-
Uses of ChartLineInstance in org.eclnt.ccaddons.diagram
Methods in org.eclnt.ccaddons.diagram that return ChartLineInstanceMethods in org.eclnt.ccaddons.diagram that return types with arguments of type ChartLineInstanceModifier and TypeMethodDescriptionChart.findLineInstancesEndingAtShape
(ChartShapeInstance shape) Chart.findLineInstancesFromTo
(ChartShapeInstance fromShape, ChartShapeInstance toShape) Chart.findLineInstancesStartingAtShape
(ChartShapeInstance shape) Chart.getLineInstances()
ChartClipboardInfo.getLines()
Chart.removeShape
(ChartShapeInstance shape) Methods in org.eclnt.ccaddons.diagram with parameters of type ChartLineInstanceModifier and TypeMethodDescriptionENUMTextAnchor.getBoundsForExternText
(ChartLineInstance cli, ChartShapeInstance shapeFrom, ChartShapeInstance shapeTo, ShapeType shapeFromType, ShapeType shapeToType, Chart chart) void
IChartLineDataBean.init
(ChartLineInstance instance) void
Chart.removeLine
(ChartLineInstance line) Method parameters in org.eclnt.ccaddons.diagram with type arguments of type ChartLineInstanceModifier and TypeMethodDescriptionvoid
Chart.setLineInstances
(List<ChartLineInstance> lineInstances) void
ChartClipboardInfo.setLines
(List<ChartLineInstance> i_lineInfos) Constructors in org.eclnt.ccaddons.diagram with parameters of type ChartLineInstance -
Uses of ChartLineInstance in org.eclnt.ccaddons.diagram.pbc
Methods in org.eclnt.ccaddons.diagram.pbc that return ChartLineInstanceModifier and TypeMethodDescriptionChartingAreaUI.addNewLine
(String fromShapeId, String toShapeId, ENUMLineAnchor fromAnchor, ENUMLineAnchor toAnchor, int fromAnchorNumber, int toAnchorNumber, String lineTypeId) PropertyEditorLineUI.getChartLineInstance()
ChartingAreaUI.LineInfo.getLineInstance()
ChartingAreaUI.getSelectedLine()
ChartingAreaUI.propertyChanged
(ChartLineInstance lineInstance) PropertyEditorLineUI.IListener.propertyChanged
(ChartLineInstance m_lineInstance) PropertyEditorUI.IListener.propertyChanged
(ChartLineInstance lineInstance) Methods in org.eclnt.ccaddons.diagram.pbc with parameters of type ChartLineInstanceModifier and TypeMethodDescriptionChartingAreaUI.findLineInfo
(ChartLineInstance cli) ChartingAreaUI.propertyChanged
(ChartLineInstance lineInstance) PropertyEditorLineUI.IListener.propertyChanged
(ChartLineInstance m_lineInstance) PropertyEditorUI.IListener.propertyChanged
(ChartLineInstance lineInstance) void
ChartEditorUI.IListener.reactOnLineChanged
(ChartLineInstance lineInstance) void
ChartingAreaUI.IListener.reactOnLineChanged
(ChartLineInstance lineInstance) void
ChartingAreaUI.reactOnLineChanged
(ChartLineInstance cli) void
ChartEditorUI.IListener.reactOnLineCreated
(ChartLineInstance lineInstance) void
ChartingAreaUI.IListener.reactOnLineCreated
(ChartLineInstance lineInstance) void
ChartEditorUI.IListener.reactOnLineRemoved
(ChartLineInstance lineInstance) void
ChartingAreaUI.IListener.reactOnLineRemoved
(ChartLineInstance lineInstance) void
ChartEditorUI.IListener.reactOnLineSelected
(ChartLineInstance lineInstance) void
ChartingAreaUI.IListener.reactOnLineSelected
(ChartLineInstance lineInstance) void
ChartingAreaUI.removeLine
(ChartLineInstance line) void
ChartingAreaUI.selectLineInstance
(ChartLineInstance cli) void
PropertyEditorLineUI.setChartLineInstance
(ChartLineInstance lineInstance) void
PropertyEditorUI.setLineInstance
(ChartLineInstance lineInstance) Method parameters in org.eclnt.ccaddons.diagram.pbc with type arguments of type ChartLineInstanceModifier and TypeMethodDescriptionvoid
IMergeRemovedLines.mergeRemovedLines
(List<ChartLineInstance> removedLines, ChartShapeInstance shape) Constructors in org.eclnt.ccaddons.diagram.pbc with parameters of type ChartLineInstance -
Uses of ChartLineInstance in org.eclnt.ccaddons.diagram.svg
Methods in org.eclnt.ccaddons.diagram.svg with parameters of type ChartLineInstanceModifier and TypeMethodDescriptionISVGDecorator.decorateLineSVG
(String lineSVG, ShapeRepository repository, Chart chart, ChartLineInstance line) DefaultLineSVGRenderer.renderSVGFragment
(ChartLineInstance cli, LineType lt, Chart chart, ShapeRepository repository, SVGExportProperties exportProperties) ILineSVGRenderer.renderSVGFragment
(ChartLineInstance cli, LineType lt, Chart chart, ShapeRepository repository, SVGExportProperties exportProperties) -
Uses of ChartLineInstance in org.eclnt.ccaddons.diagram.util
Methods in org.eclnt.ccaddons.diagram.util with parameters of type ChartLineInstanceModifier and TypeMethodDescriptionstatic String
InterimPointsCalculator.calculateInterimPoints
(ChartLineInstance line, int[] coordsFrom, int shapeFromAnchorCount, boolean fromAnchorStartAtCorner, int[] coordsTo, int shapeToAnchorCount, boolean toAnchorStartAtCorner) static int[][]
ChartUtils.calculateLineCoords
(ChartLineInstance cli, ChartShapeInstance csi_from, ChartShapeInstance csi_to, ShapeType csi_fromType, ShapeType csi_toType) static int[]
InterimPointsCalculator.calculateLinePoints
(ChartLineInstance cli, Chart chart, int shapeFromAnchorCount, boolean fromAnchorStartAtCorner, int shapeToAnchorCount, boolean toAnchorStartAtCorner) static int[]
InterimPointsCalculator.calculateLineTextPositionOffset
(ChartLineInstance cli, Chart chart, ChartShapeInstance shapeFrom, int shapeFromAnchorCount, boolean fromAnchorStartAtCorner, ChartShapeInstance shapeTo, int shapeToAnchorCount, boolean toAnchorStartAtCorner) static boolean
ChartUtils.checkAndCorrectArrowTypes
(ShapeRepository repository, ChartLineInstance lineInstance) static final String
ChartUtils.getSVGTextAlign
(ChartLineInstance cli) static final String
ChartUtils.getTextAlign
(ChartLineInstance cli) static boolean
ChartUtils.isLineConnectedToShape
(ChartLineInstance cli, ChartShapeInstance csi) OrthogonalPointRouter.route
(ChartLineInstance line, int anchorOffset, int[] from, int shapeFromAnchorCount, boolean fromAnchorStartAtCorner, int[] to, int shapeToAnchorCount, boolean toAnchorStartAtCorner)