|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.export.service.StiSvgExportService.StiSvgHelper
public static class StiSvgExportService.StiSvgHelper
Accessory class StiSvgHelper
Nested Class Summary | |
---|---|
static class |
StiSvgExportService.StiSvgHelper.StiSvgData
Inner representation of the export objects. |
Constructor Summary | |
---|---|
StiSvgExportService.StiSvgHelper()
|
Method Summary | |
---|---|
static java.lang.String |
getLineStyleDash(StiPenStyle penStyle,
double width)
Get line style dash |
static java.lang.String |
getStyleString(StiFont font,
StiColor textColor)
|
static org.w3c.dom.Document |
saveComponent(StiComponent component)
Save component to Document |
static org.w3c.dom.Document |
saveComponent(StiComponent component,
StiImageFormat imageFormat,
float imageQuality,
float imageResolution)
Save component to Document |
static java.lang.String |
saveComponentToString(StiComponent component,
StiImageFormat imageFormat,
float imageQuality,
float imageResolution)
|
static void |
saveToStream(StiReport report,
StiPage page,
java.io.OutputStream outputStream,
boolean compressed)
Save to OutputStream |
static void |
saveToStream(StiReport report,
StiPage page,
java.io.OutputStream outputStream,
boolean compressed,
boolean standalone,
int clipCounter,
StiImageFormat imageFormat,
float imageQuality,
float imageResolution)
Save to OutputStream * @param report StiReport |
static void |
writeCheckBox(org.w3c.dom.Element el,
StiSvgExportService.StiSvgHelper.StiSvgData svgData,
org.w3c.dom.Document doc)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiSvgExportService.StiSvgHelper()
Method Detail |
---|
public static java.lang.String getLineStyleDash(StiPenStyle penStyle, double width)
penStyle
- StiPenStyle
width
-
public static java.lang.String getStyleString(StiFont font, StiColor textColor)
public static org.w3c.dom.Document saveComponent(StiComponent component) throws javax.xml.parsers.ParserConfigurationException
Document
component
- StiComponent
Document
javax.xml.parsers.ParserConfigurationException
public static org.w3c.dom.Document saveComponent(StiComponent component, StiImageFormat imageFormat, float imageQuality, float imageResolution) throws javax.xml.parsers.ParserConfigurationException
Document
component
- StiComponent
imageFormat
- StiImageFormat
imageQuality
- imageResolution
-
Document
javax.xml.parsers.ParserConfigurationException
public static void saveToStream(StiReport report, StiPage page, java.io.OutputStream outputStream, boolean compressed)
OutputStream
report
- StiReport
page
- StiPage
outputStream
- OutputStream
compressed
- public static void saveToStream(StiReport report, StiPage page, java.io.OutputStream outputStream, boolean compressed, boolean standalone, int clipCounter, StiImageFormat imageFormat, float imageQuality, float imageResolution)
OutputStream
* @param report StiReport
page
- StiPage
outputStream
- OutputStream
compressed
- standalone
- clipCounter
- imageFormat
- StiImageFormat
imageQuality
- imageResolution
- public static void writeCheckBox(org.w3c.dom.Element el, StiSvgExportService.StiSvgHelper.StiSvgData svgData, org.w3c.dom.Document doc)
public static java.lang.String saveComponentToString(StiComponent component, StiImageFormat imageFormat, float imageQuality, float imageResolution) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |