Uses of Class
org.eclnt.ccaddons.diagram.Chart
Packages that use Chart
Package
Description
-
Uses of Chart in org.eclnt.ccaddons.diagram
Methods in org.eclnt.ccaddons.diagram with parameters of type ChartModifier and TypeMethodDescriptionENUMTextAnchor.getBoundsForExternText(ChartLineInstance cli, ChartShapeInstance shapeFrom, ChartShapeInstance shapeTo, ShapeType shapeFromType, ShapeType shapeToType, Chart chart) Constructors in org.eclnt.ccaddons.diagram with parameters of type Chart -
Uses of Chart in org.eclnt.ccaddons.diagram.pbc
Methods in org.eclnt.ccaddons.diagram.pbc that return ChartMethods in org.eclnt.ccaddons.diagram.pbc with parameters of type ChartModifier and TypeMethodDescriptionvoidChartEditorUI.prepare(ShapeRepository repository, Chart chart, ChartEditorUI.IListener listener) voidChartingAreaUI.prepare(ShapeRepository repository, Chart chart, ChartingAreaUI.IListener listener) voidChartEditorUI.IListener.reactOnChartChanged(Chart oldChart, Chart newChart) voidChartingAreaUI.IListener.reactOnChartChanged(Chart oldChart, Chart newChart) voidChartingAreaUI.undoRedoChart(Chart chart) -
Uses of Chart in org.eclnt.ccaddons.diagram.svg
Methods in org.eclnt.ccaddons.diagram.svg with parameters of type ChartModifier and TypeMethodDescriptionstatic byte[]PNGExport.createPNG(ShapeRepository repository, Chart chart, int size, SVGExportProperties exportProperties) static byte[]PNGExport.createPNG(ShapeRepository repository, Chart chart, SVGExportProperties exportProperties) ISVGDecorator.decorateLineSVG(String lineSVG, ShapeRepository repository, Chart chart, ChartLineInstance line) ISVGDecorator.decorateShapeSVG(String shapeSVG, ShapeRepository repository, Chart chart, ChartShapeInstance shape) static int[]SVGUtils.findMaxWidthHeight(ShapeRepository repository, Chart chart) ISVGDecorator.generatePreampel(ShapeRepository repository, Chart chart) DefaultLineSVGRenderer.renderSVGFragment(ChartLineInstance cli, LineType lt, Chart chart, ShapeRepository repository, SVGExportProperties exportProperties) ILineSVGRenderer.renderSVGFragment(ChartLineInstance cli, LineType lt, Chart chart, ShapeRepository repository, SVGExportProperties exportProperties) Constructors in org.eclnt.ccaddons.diagram.svg with parameters of type ChartModifierConstructorDescriptionSVGExport(ShapeRepository repository, Chart chart, SVGExportProperties exportProperties) SVGExport(ShapeRepository repository, Chart chart, SVGExportProperties exportProperties, ISVGDecorator attributeExtender) -
Uses of Chart in org.eclnt.ccaddons.diagram.undoredo
Methods in org.eclnt.ccaddons.diagram.undoredo that return ChartMethods in org.eclnt.ccaddons.diagram.undoredo with parameters of type Chart -
Uses of Chart in org.eclnt.ccaddons.diagram.util
Methods in org.eclnt.ccaddons.diagram.util that return ChartMethods in org.eclnt.ccaddons.diagram.util with parameters of type ChartModifier and TypeMethodDescriptionstatic 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 ChartShapeInstanceChartUtils.findContainerShape(ShapeRepository repository, Chart chart, ChartShapeInstance innerShape) static ChartShapeInstanceChartUtils.findContainerShapeContains(ShapeRepository repository, Chart chart, int[] bounds) static ChartShapeInstanceChartUtils.findContainerShapeIntersect(ShapeRepository repository, Chart chart, int[] bounds) static List<ChartShapeInstance>ChartUtils.findShapesContained(Chart chart, ChartShapeInstance outerShape) static StringDiagramJaxb.marshalChart(Chart ch)