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) voidIChartLineDataBean.init(ChartLineInstance instance) voidChart.removeLine(ChartLineInstance line) Method parameters in org.eclnt.ccaddons.diagram with type arguments of type ChartLineInstanceModifier and TypeMethodDescriptionvoidChart.setLineInstances(List<ChartLineInstance> lineInstances) voidChartClipboardInfo.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) voidChartEditorUI.IListener.reactOnLineChanged(ChartLineInstance lineInstance) voidChartingAreaUI.IListener.reactOnLineChanged(ChartLineInstance lineInstance) voidChartingAreaUI.reactOnLineChanged(ChartLineInstance cli) voidChartEditorUI.IListener.reactOnLineCreated(ChartLineInstance lineInstance) voidChartingAreaUI.IListener.reactOnLineCreated(ChartLineInstance lineInstance) voidChartEditorUI.IListener.reactOnLineRemoved(ChartLineInstance lineInstance) voidChartingAreaUI.IListener.reactOnLineRemoved(ChartLineInstance lineInstance) voidChartEditorUI.IListener.reactOnLineSelected(ChartLineInstance lineInstance) voidChartingAreaUI.IListener.reactOnLineSelected(ChartLineInstance lineInstance) voidChartingAreaUI.removeLine(ChartLineInstance line) voidChartingAreaUI.selectLineInstance(ChartLineInstance cli) voidPropertyEditorLineUI.setChartLineInstance(ChartLineInstance lineInstance) voidPropertyEditorUI.setLineInstance(ChartLineInstance lineInstance) Method parameters in org.eclnt.ccaddons.diagram.pbc with type arguments of type ChartLineInstanceModifier and TypeMethodDescriptionvoidIMergeRemovedLines.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 StringInterimPointsCalculator.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 booleanChartUtils.checkAndCorrectArrowTypes(ShapeRepository repository, ChartLineInstance lineInstance) static final StringChartUtils.getSVGTextAlign(ChartLineInstance cli) static final StringChartUtils.getTextAlign(ChartLineInstance cli) static booleanChartUtils.isLineConnectedToShape(ChartLineInstance cli, ChartShapeInstance csi) OrthogonalPointRouter.route(ChartLineInstance line, int anchorOffset, int[] from, int shapeFromAnchorCount, boolean fromAnchorStartAtCorner, int[] to, int shapeToAnchorCount, boolean toAnchorStartAtCorner)