com.stimulsoft.report.export.service
Class StiSvgExportService.StiSvgHelper.StiSvgData

java.lang.Object
  extended by com.stimulsoft.report.export.service.StiSvgExportService.StiSvgHelper.StiSvgData
Enclosing class:
StiSvgExportService.StiSvgHelper

public static class StiSvgExportService.StiSvgHelper.StiSvgData
extends java.lang.Object

Inner representation of the export objects.


Field Summary
 StiComponent Component
          Component.
 double Height
          Height of the border.
 double Width
          Width of the border.
 double X
          Coordinate of the border.
 double Y
          Y coordinate of the border.
 
Constructor Summary
StiSvgExportService.StiSvgHelper.StiSvgData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

X

public double X
Coordinate of the border.


Y

public double Y
Y coordinate of the border.


Width

public double Width
Width of the border.


Height

public double Height
Height of the border.


Component

public StiComponent Component
Component.

Constructor Detail

StiSvgExportService.StiSvgHelper.StiSvgData

public StiSvgExportService.StiSvgHelper.StiSvgData()