Uses of Class
org.eclnt.ccaddons.diagram.svg.SVGExportProperties
Packages that use SVGExportProperties
-
Uses of SVGExportProperties in org.eclnt.ccaddons.diagram.dc
Methods in org.eclnt.ccaddons.diagram.dc with parameters of type SVGExportPropertiesModifier and TypeMethodDescriptionvoidDCFilledRoundedRectangle.render2SVG(SVGExportMode mode, StringBuffer sb, SVGExportProperties exportProperties) voidDCImage.render2SVG(SVGExportMode mode, StringBuffer sb, SVGExportProperties exportProperties) voidDCLine.render2SVG(SVGExportMode mode, StringBuffer sb, SVGExportProperties exportProperties) voidDCOvalLine.render2SVG(SVGExportMode mode, StringBuffer sb, SVGExportProperties exportProperties) voidDCPolyLine.render2SVG(SVGExportMode mode, StringBuffer sb, SVGExportProperties exportProperties) voidDCRectangle.render2SVG(SVGExportMode mode, StringBuffer sb, SVGExportProperties exportProperties) voidDCSvg.render2SVG(SVGExportMode mode, StringBuffer sb, SVGExportProperties exportProperties) voidIDrawCommand.render2SVG(SVGExportMode mode, StringBuffer sb, SVGExportProperties exportProperties) -
Uses of SVGExportProperties in org.eclnt.ccaddons.diagram.svg
Methods in org.eclnt.ccaddons.diagram.svg with parameters of type SVGExportPropertiesModifier and TypeMethodDescriptionprotected booleanDefaultShapeSVGRenderer.appendBackground(StringBuffer sb, SVGExportMode mode, ChartShapeInstance csi, String bgImage, String border, String color, SVGExportProperties exportProperties) protected voidDefaultShapeSVGRenderer.appendDefaultChartShapeInstance(StringBuffer sb, ChartShapeInstance csi, SVGExportProperties exportProperties) protected booleanDefaultShapeSVGRenderer.appendDefaultChartShapeInstanceText(StringBuffer sb, ChartShapeInstance csi, SVGExportProperties exportProperties) protected booleanDefaultShapeSVGRenderer.appendDrawCommands(StringBuffer sb, List<IDrawCommand> commands, SVGExportMode mode, ChartShapeInstance csi, SVGExportProperties exportProperties) static StringSVGUtils.createDefaultTextFragment(ChartShapeInstance csi, SVGExportProperties exportProperties) static StringSVGUtils.createDefaultTextFragment(ChartShapeInstance csi, SVGExportProperties exportProperties, String text) static byte[]PNGExport.createPNG(ShapeRepository repository, Chart chart, int size, SVGExportProperties exportProperties) static byte[]PNGExport.createPNG(ShapeRepository repository, Chart chart, SVGExportProperties exportProperties) static StringSVGUtils.createTextFragment(IFormattedText formattedText, String frag, int x, int y, int width, int height, String svgTextAnchor, String text, SVGExportProperties exportProperties, boolean vCentered, boolean limitHeight) DefaultLineSVGRenderer.renderSVGFragment(ChartLineInstance cli, LineType lt, Chart chart, ShapeRepository repository, SVGExportProperties exportProperties) DefaultShapeSVGRenderer.renderSVGFragment(SVGExportMode mode, ChartShapeInstance csi, ShapeType st, SVGExportProperties exportProperties) ILineSVGRenderer.renderSVGFragment(ChartLineInstance cli, LineType lt, Chart chart, ShapeRepository repository, SVGExportProperties exportProperties) IShapeSVGRenderer.renderSVGFragment(SVGExportMode mode, ChartShapeInstance shape, ShapeType type, SVGExportProperties exportProperties) static StringSVGUtils.renderTextBlock(String frag, int[] pos, String textAnchor, TextBlock textblock, SVGExportProperties exportProperties, boolean vCentered) Constructors in org.eclnt.ccaddons.diagram.svg with parameters of type SVGExportPropertiesModifierConstructorDescriptionSVGExport(ShapeRepository repository, Chart chart, SVGExportProperties exportProperties) SVGExport(ShapeRepository repository, Chart chart, SVGExportProperties exportProperties, ISVGDecorator attributeExtender)