Uses of Class
org.eclnt.ccaddons.diagram.ShapeRepository
Packages that use ShapeRepository
Package
Description
-
Uses of ShapeRepository in org.eclnt.ccaddons.diagram.pbc
Methods in org.eclnt.ccaddons.diagram.pbc that return ShapeRepositoryMethods in org.eclnt.ccaddons.diagram.pbc with parameters of type ShapeRepositoryModifier and TypeMethodDescriptionvoidChartEditorUI.prepare(ShapeRepository repository, Chart chart, ChartEditorUI.IListener listener) voidChartingAreaUI.prepare(ShapeRepository repository, Chart chart, ChartingAreaUI.IListener listener) voidLibraryBrowserUI.prepare(ShapeRepository shapeRepository, LibraryBrowserUI.IListener listener) voidPropertyEditorLineUI.prepare(ShapeRepository repository, PropertyEditorLineUI.IListener listener) voidPropertyEditorShapeUI.prepare(ShapeRepository repository, PropertyEditorShapeUI.IListener listener) voidPropertyEditorUI.prepare(PropertyEditorUI.IListener listener, ShapeRepository repository) -
Uses of ShapeRepository in org.eclnt.ccaddons.diagram.svg
Methods in org.eclnt.ccaddons.diagram.svg with parameters of type ShapeRepositoryModifier 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 ShapeRepositoryModifierConstructorDescriptionSVGExport(ShapeRepository repository, Chart chart, SVGExportProperties exportProperties) SVGExport(ShapeRepository repository, Chart chart, SVGExportProperties exportProperties, ISVGDecorator attributeExtender) -
Uses of ShapeRepository in org.eclnt.ccaddons.diagram.util
Methods in org.eclnt.ccaddons.diagram.util with parameters of type ShapeRepositoryModifier and TypeMethodDescriptionstatic booleanChartUtils.checkAndCorrectArrowTypes(ShapeRepository repository, ChartLineInstance lineInstance) 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 LineTypeChartUtils.findPreferredLineType(ShapeRepository repository, ChartShapeInstance shapeFrom, ChartShapeInstance shapeTo)