|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IStiSerializable in com.stimulsoft.base |
---|
Classes in com.stimulsoft.base that implement IStiSerializable | |
---|---|
class |
StiAppExpression
Copyright Stimulsoft |
class |
StiPrinterSettings
|
Uses of IStiSerializable in com.stimulsoft.base.drawing |
---|
Classes in com.stimulsoft.base.drawing that implement IStiSerializable | |
---|---|
class |
StiAdvancedBorder
Class describes a multi-border. |
class |
StiBorder
Class describes a border. |
class |
StiBrush
Class describes a brush. |
class |
StiCap
|
class |
StiColor
Copyright Stimulsoft |
class |
StiEmptyBrush
Class describes Empty Brush. |
class |
StiGlareBrush
Class describes a glare gradient brush. |
class |
StiGlassBrush
Class describes GlassBrush. |
class |
StiGradientBrush
Class describes a gradient brush. |
class |
StiHatchBrush
Class describes the HatchBrush. |
class |
StiSolidBrush
Class describes SolidBrush. |
class |
StiTextOptions
Class describes all text option. |
Uses of IStiSerializable in com.stimulsoft.base.range |
---|
Classes in com.stimulsoft.base.range that implement IStiSerializable | |
---|---|
class |
ByteRange
|
class |
CharRange
|
class |
DateTimeRange
|
class |
DecimalRange
|
class |
DoubleRange
|
class |
FloatRange
|
class |
GuidRange
|
class |
Int64Range
Copyright Stimulsoft |
class |
IntRange
|
class |
LongRange
|
class |
Range
Base class for all Range classes. |
class |
ShortRange
|
class |
StringRange
|
class |
TimeSpanRange
|
Uses of IStiSerializable in com.stimulsoft.base.serializing |
---|
Classes in com.stimulsoft.base.serializing that implement IStiSerializable | |
---|---|
class |
StiSerializedObject
|
Methods in com.stimulsoft.base.serializing with type parameters of type IStiSerializable | ||
---|---|---|
|
StiDeserializerReport.deserialize()
|
|
|
StiDeserializerFromXmlString.deserializeFromXmlString()
|
Methods in com.stimulsoft.base.serializing that return IStiSerializable | |
---|---|
IStiSerializable |
StiDeserializerControler.deserializeBranch(IStiSerializable instance,
org.w3c.dom.Node rootNode)
|
IStiSerializable |
StiDeserializerControler.deserializeBranch(IStiSerializable instance,
org.w3c.dom.Node rootNode,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore)
|
static IStiSerializable |
StiDeserializerControler.deserializeDocument(java.io.File file,
java.lang.Class<? extends IStiSerializable> clazz)
|
static IStiSerializable |
StiDeserializerControler.deserializeDocument(java.io.InputStream is,
java.lang.Class<? extends IStiSerializable> clazz)
|
static IStiSerializable |
StiDeserializerControler.deserializeFromString(java.lang.String xmlString,
IStiSerializable instance)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.File file,
java.lang.Class<? extends IStiSerializable> clazz)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.File file,
IStiSerializable instance)
Преобразование Xml структуры в объект. |
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.File file,
IStiSerializable instance,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.InputStream is,
IStiSerializable instance)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.InputStream is,
IStiSerializable instance,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.InputStream is,
IStiSerializable instance,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore,
java.lang.Boolean allowException)
|
static IStiSerializable |
StiDeserializerControler.deserializeReportWithoutException(org.w3c.dom.Document document,
IStiSerializable instance,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore,
java.lang.Boolean allowException)
|
IStiSerializable |
StiDeserializerReport.getInstance()
|
Methods in com.stimulsoft.base.serializing with parameters of type IStiSerializable | |
---|---|
void |
StiDeserializerControler.addReferences(IStiSerializable instance,
java.lang.String references)
|
IStiSerializable |
StiDeserializerControler.deserializeBranch(IStiSerializable instance,
org.w3c.dom.Node rootNode)
|
IStiSerializable |
StiDeserializerControler.deserializeBranch(IStiSerializable instance,
org.w3c.dom.Node rootNode,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore)
|
static StiDeserializerDocumentThread |
StiDeserializerControler.deserializeDocumentInThread(org.w3c.dom.Document document,
IStiSerializable instance,
StiDeserializationDispatcher dispatcher)
Start document deserialization in thread |
static StiDeserializerDocumentThread |
StiDeserializerControler.deserializeDocumentInThread(java.lang.String fileName,
IStiSerializable instance,
StiDeserializationDispatcher dispatcher)
Start document deserialization in thread |
static IStiSerializable |
StiDeserializerControler.deserializeFromString(java.lang.String xmlString,
IStiSerializable instance)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.File file,
IStiSerializable instance)
Преобразование Xml структуры в объект. |
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.File file,
IStiSerializable instance,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.InputStream is,
IStiSerializable instance)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.InputStream is,
IStiSerializable instance,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.InputStream is,
IStiSerializable instance,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore,
java.lang.Boolean allowException)
|
static IStiSerializable |
StiDeserializerControler.deserializeReportWithoutException(org.w3c.dom.Document document,
IStiSerializable instance,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore,
java.lang.Boolean allowException)
|
java.lang.Class |
StiProperty.getEnumClass(IStiSerializable obj)
|
static java.lang.String |
StiSerializerControler.serializedObjectAsString(IStiSerializable instance)
Возвращает XML структуру о бъекта в виде строки. |
static java.lang.String |
StiSerializerControler.serializedObjectAsString(IStiSerializable instance,
java.lang.String application)
|
Method parameters in com.stimulsoft.base.serializing with type arguments of type IStiSerializable | |
---|---|
static IStiSerializable |
StiDeserializerControler.deserializeDocument(java.io.File file,
java.lang.Class<? extends IStiSerializable> clazz)
|
static IStiSerializable |
StiDeserializerControler.deserializeDocument(java.io.InputStream is,
java.lang.Class<? extends IStiSerializable> clazz)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.File file,
java.lang.Class<? extends IStiSerializable> clazz)
|
boolean |
StiDeserializerReport.isRefObject(java.lang.Class<? extends IStiSerializable> clazz)
Реализует ли класс интрефейс IStiSerializableRef. |
Constructors in com.stimulsoft.base.serializing with parameters of type IStiSerializable | |
---|---|
StiDeserializerDocument(StiDeserializerControler controler,
IStiSerializable instance,
org.w3c.dom.Node rootNode)
|
|
StiDeserializerDocumentThread(StiDeserializerControler controler,
IStiSerializable instance,
org.w3c.dom.Node rootNode,
StiDeserializationDispatcher dispatcher)
Constructor |
|
StiDeserializerFromXmlString(StiDeserializerControler controler,
IStiSerializable instance,
org.w3c.dom.Node rootNode)
|
|
StiDeserializerReport(StiDeserializerControler controler,
IStiSerializable instance,
org.w3c.dom.Node rootNode)
|
|
StiDeserializerReport(StiDeserializerControler controler,
IStiSerializable instance,
org.w3c.dom.Node rootNode,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore)
|
|
StiSerializerToXmlString(StiSerializerControler helper,
StiBranch branch,
IStiSerializable instance,
boolean enhanced)
|
Constructor parameters in com.stimulsoft.base.serializing with type arguments of type IStiSerializable | |
---|---|
StiDeserializerDocument(StiDeserializerControler controler,
java.lang.Class<? extends IStiSerializable> clazz,
org.w3c.dom.Node rootNode)
|
|
StiDeserializerFromXmlString(StiDeserializerControler controler,
java.lang.Class<? extends IStiSerializable> clazz,
org.w3c.dom.Node rootNode)
|
|
StiDeserializerReport(StiDeserializerControler controler,
java.lang.Class<? extends IStiSerializable> clazz,
org.w3c.dom.Node rootNode)
|
Uses of IStiSerializable in com.stimulsoft.base.serializing.interfaceobject |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.base.serializing.interfaceobject | |
---|---|
interface |
IStiSerializableRef
Интерфейс определяюший, что класс может являться ссылкой. |
interface |
IStiSerializableToAttributes
|
interface |
IStiSerializableToString
|
interface |
IStiSerializableToXmlString
|
Methods in com.stimulsoft.base.serializing.interfaceobject with parameters of type IStiSerializable | |
---|---|
void |
StiDeserializationDispatcher.deserializationFinished(IStiSerializable result)
Occured when deserialization finished |
Uses of IStiSerializable in com.stimulsoft.base.serializing.utils |
---|
Methods in com.stimulsoft.base.serializing.utils that return types with arguments of type IStiSerializable | |
---|---|
static java.lang.Class<? extends IStiSerializable> |
StiClassConverter.getJavaClass(java.lang.String netClass)
Получить Java класс. |
Methods in com.stimulsoft.base.serializing.utils with parameters of type IStiSerializable | |
---|---|
static boolean |
StiSerializerUtil.isSerializableToDocument(IStiSerializable object)
|
Method parameters in com.stimulsoft.base.serializing.utils with type arguments of type IStiSerializable | |
---|---|
static boolean |
StiSerializerUtil.isIgnoreType(java.lang.Class<? extends IStiSerializable> collectionType)
|
static boolean |
StiSerializerUtil.isSerializableToDocument(java.lang.Class<? extends IStiSerializable> classObject)
|
static boolean |
StiSerializerUtil.isSerializableToXmlString(java.lang.Class<? extends IStiSerializable> classObject)
|
Uses of IStiSerializable in com.stimulsoft.base.services |
---|
Classes in com.stimulsoft.base.services that implement IStiSerializable | |
---|---|
class |
StiService
Describes an asbtract class that serves for services realization. |
Uses of IStiSerializable in com.stimulsoft.base.system |
---|
Classes in com.stimulsoft.base.system that implement IStiSerializable | |
---|---|
class |
StiFont
Font. |
class |
StiSize
Class represents Size object. |
Uses of IStiSerializable in com.stimulsoft.base.system.geometry |
---|
Classes in com.stimulsoft.base.system.geometry that implement IStiSerializable | |
---|---|
class |
StiPoint
|
class |
StiRectangle
Class represent rectangle & operations with it Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report |
---|
Classes in com.stimulsoft.report that implement IStiSerializable | |
---|---|
class |
StiBase
The base class for report components. |
class |
StiMetaTag
Copyright Stimulsoft |
class |
StiReport
Report class. |
Uses of IStiSerializable in com.stimulsoft.report.barCodes |
---|
Classes in com.stimulsoft.report.barCodes that implement IStiSerializable | |
---|---|
class |
StiAustraliaPost4StateBarCodeType
The class describes the Barcode type - AustraliaPost4State. |
class |
StiBarCode
|
class |
StiBarCodeTypeService
|
class |
StiCodabarBarCodeType
The class describes the Barcode type - Codabar. |
class |
StiCode11BarCodeType
The class describes the Barcode type - Code11. |
class |
StiCode128aBarCodeType
The class describes the Barcode type - Code-128. |
class |
StiCode128AutoBarCodeType
The class describes the Barcode type - Code-128. |
class |
StiCode128BarCodeType
The class describes the Barcode type - Code-128. |
class |
StiCode128bBarCodeType
The class describes the Barcode type - Code-128. |
class |
StiCode128cBarCodeType
The class describes the Barcode type - Code-128. |
class |
StiCode39BarCodeType
The class describes the Barcode type - Code-39. |
class |
StiCode39ExtBarCodeType
The class describes the Barcode type - Code-39 Extended. |
class |
StiCode93BarCodeType
The class describes the Barcode type - Code93. |
class |
StiCode93ExtBarCodeType
The class describes the Barcode type - Code93 Extended. |
class |
StiDataMatrixBarCodeType
The class describes the Barcode type - DataMatrix. |
class |
StiDutchKIXBarCodeType
The class describes the Barcode type - Royal TPG Post KIX 4-State Barcode. |
class |
StiEAN128aBarCodeType
The class describes the Barcode type - EAN-128. |
class |
StiEAN128AutoBarCodeType
The class describes the Barcode type - EAN-128. |
class |
StiEAN128bBarCodeType
The class describes the Barcode type - EAN-128. |
class |
StiEAN128cBarCodeType
The class describes the Barcode type - EAN-128. |
class |
StiEAN13BarCodeType
The class describes the Barcode type - EAN-13. |
class |
StiEAN8BarCodeType
The class describes the Barcode type - EAN-8. |
class |
StiFIMBarCodeType
The class describes the Barcode type - FIM. |
class |
StiGS1_128BarCodeType
Copyright Stimulsoft |
class |
StiInterleaved2of5BarCodeType
The class describes the Barcode type - 2of5 Interleaved . |
class |
StiIsbn10BarCodeType
The class describes the Barcode type - ISBN-10. |
class |
StiIsbn13BarCodeType
The class describes the Barcode type - ISBN-13. |
class |
StiITF14BarCodeType
The class describes the Barcode type - ITF-14. |
class |
StiJan13BarCodeType
The class describes the Barcode type - JAN-13. |
class |
StiJan8BarCodeType
The class describes the Barcode type - JAN-8. |
class |
StiMaxicodeBarCodeType
Copyright Stimulsoft |
class |
StiMsiBarCodeType
The class describes the Barcode type - Msi. |
class |
StiPdf417BarCodeType
The class describes the Barcode type - Pdf417. |
class |
StiPharmacodeBarCodeType
The class describes the Barcode type - Pharmacode. |
class |
StiPlesseyBarCodeType
The class describes the Barcode type - Plessey. |
class |
StiPostnetBarCodeType
The class describes the Barcode type - Postnet. |
class |
StiQRCodeBarCodeType
The class describes the Barcode type - QR Code. |
class |
StiRoyalMail4StateBarCodeType
The class describes the Barcode type - RoyalMail4State. |
class |
StiSSCC18BarCodeType
Copyright Stimulsoft |
class |
StiStandard2of5BarCodeType
The class describes the Barcode type - 2of5 Standard |
class |
StiUpcABarCodeType
The class describes the Barcode type - UPC-A. |
class |
StiUpcEBarCodeType
The class describes the Barcode type - UPC-E. |
class |
StiUpcSup2BarCodeType
The class describes the Barcode type - UPC-Sup2. |
class |
StiUpcSup5BarCodeType
The class describes the Barcode type - UPC-Sup5. |
Uses of IStiSerializable in com.stimulsoft.report.barCodes.expressions |
---|
Classes in com.stimulsoft.report.barCodes.expressions that implement IStiSerializable | |
---|---|
class |
StiBarCodeExpression
|
Uses of IStiSerializable in com.stimulsoft.report.chart |
---|
Classes in com.stimulsoft.report.chart that implement IStiSerializable | |
---|---|
class |
StiChart
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces | |
---|---|
interface |
IStiChart
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas | |
---|---|
interface |
IStiArea
Describes base class for all chart areas. |
interface |
IStiAxisArea
Describes base class for all axis areas. |
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.bubble |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.bubble | |
---|---|
interface |
IStiBubbleArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.candlestick |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.candlestick | |
---|---|
interface |
IStiCandlestickArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.clusteredBar |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.clusteredBar | |
---|---|
interface |
IStiClusteredBarArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.clusteredColumn |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.clusteredColumn | |
---|---|
interface |
IStiAreaArea
Describes area. |
interface |
IStiClusteredColumnArea
|
interface |
IStiLineArea
|
interface |
IStiSplineArea
|
interface |
IStiSplineAreaArea
|
interface |
IStiSteppedAreaArea
|
interface |
IStiSteppedLineArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.doughnut |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.doughnut | |
---|---|
interface |
IStiDoughnutArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.fullStackedBar |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.fullStackedBar | |
---|---|
interface |
IStiFullStackedBarArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.fullStackedColumn |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.fullStackedColumn | |
---|---|
interface |
IStiFullStackedAreaArea
|
interface |
IStiFullStackedColumnArea
|
interface |
IStiFullStackedLineArea
|
interface |
IStiFullStackedSplineArea
|
interface |
IStiFullStackedSplineAreaArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.funnel |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.funnel | |
---|---|
interface |
IStiFunnelArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.gantt |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.gantt | |
---|---|
interface |
IStiGanttArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.pie |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.pie | |
---|---|
interface |
IStiPieArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.radar |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.radar | |
---|---|
interface |
IStiRadarArea
|
interface |
IStiRadarAreaArea
|
interface |
IStiRadarLineArea
|
interface |
IStiRadarPointArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.range |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.range | |
---|---|
interface |
IStiRangeArea
|
interface |
IStiRangeBarArea
|
interface |
IStiSplineRangeArea
|
interface |
IStiSteppedRangeArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.scatter |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.scatter | |
---|---|
interface |
IStiScatterArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.stackedBar |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.stackedBar | |
---|---|
interface |
IStiStackedBarArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.stackedColumn |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.stackedColumn | |
---|---|
interface |
IStiStackedAreaArea
|
interface |
IStiStackedColumnArea
|
interface |
IStiStackedLineArea
|
interface |
IStiStackedSplineArea
|
interface |
IStiStackedSplineAreaArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.stock |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.areas.stock | |
---|---|
interface |
IStiStockArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.axis |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.axis | |
---|---|
interface |
IStiAxis
|
interface |
IStiAxisDateTimeStep
|
interface |
IStiAxisInteraction
|
interface |
IStiAxisLabels
|
interface |
IStiAxisRange
|
interface |
IStiAxisTicks
|
interface |
IStiAxisTitle
|
interface |
IStiXAxis
|
interface |
IStiXBottomAxis
|
interface |
IStiXTopAxis
|
interface |
IStiYAxis
|
interface |
IStiYLeftAxis
|
interface |
IStiYRightAxis
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.chartTitle |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.chartTitle | |
---|---|
interface |
IStiChartTitle
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.conditions |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.conditions | |
---|---|
interface |
IStiChartCondition
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.filters |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.filters | |
---|---|
interface |
IStiChartFilter
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.gridLines.axis |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.gridLines.axis | |
---|---|
interface |
IStiGridLines
|
interface |
IStiGridLinesHor
|
interface |
IStiGridLinesVert
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.gridLines.radar |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.gridLines.radar | |
---|---|
interface |
IStiRadarGridLines
|
interface |
IStiRadarGridLinesHor
|
interface |
IStiRadarGridLinesVert
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.interlacing |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.interlacing | |
---|---|
interface |
IStiInterlacing
|
interface |
IStiInterlacingHor
|
interface |
IStiInterlacingVert
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.legend |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.legend | |
---|---|
interface |
IStiLegend
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.marker |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.marker | |
---|---|
interface |
IStiLineMarker
|
interface |
IStiMarker
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.radarAxis |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.radarAxis | |
---|---|
interface |
IStiRadarAxis
|
interface |
IStiRadarAxisLabels
|
interface |
IStiXRadarAxis
|
interface |
IStiYRadarAxis
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.seriesLabels |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.seriesLabels | |
---|---|
interface |
IStiNoneLabels
|
interface |
IStiSeriesLabels
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.seriesLabels.axis |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.seriesLabels.axis | |
---|---|
interface |
IStiAxisSeriesLabels
|
interface |
IStiCenterAxisLabels
|
interface |
IStiInsideBaseAxisLabels
|
interface |
IStiInsideEndAxisLabels
|
interface |
IStiLeftAxisLabels
|
interface |
IStiOutsideAxisLabels
|
interface |
IStiOutsideBaseAxisLabels
|
interface |
IStiOutsideEndAxisLabels
|
interface |
IStiRightAxisLabels
|
interface |
IStiValueAxisLabels
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.seriesLabels.funnel |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.seriesLabels.funnel | |
---|---|
interface |
IStiCenterFunnelLabels
|
interface |
IStiFunnelSeriesLabels
|
interface |
IStiOutsideLeftFunnelLabels
|
interface |
IStiOutsideRightFunnelLabels
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.seriesLabels.pie |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.seriesLabels.pie | |
---|---|
interface |
IStiCenterPieLabels
|
interface |
IStiInsideEndPieLabels
|
interface |
IStiOutsidePieLabels
|
interface |
IStiPieSeriesLabels
|
interface |
IStiTwoColumnsPieLabels
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.seriesLabels.radar |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.seriesLabels.radar | |
---|---|
interface |
IStiRadarSeriesLabels
|
interface |
IStiTangentRadarLabels
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.styles |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.styles | |
---|---|
interface |
IStiChartStyle
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.table |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.table | |
---|---|
interface |
IStiChartTable
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.topN |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.topN | |
---|---|
interface |
IStiSeriesTopN
|
Uses of IStiSerializable in com.stimulsoft.report.chart.interfaces.trendLines |
---|
Subinterfaces of IStiSerializable in com.stimulsoft.report.chart.interfaces.trendLines | |
---|---|
interface |
IStiTrendLine
|
interface |
IStiTrendLineExponential
|
interface |
IStiTrendLineLinear
|
interface |
IStiTrendLineLogarithmic
|
interface |
IStiTrendLineNone
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas |
---|
Classes in com.stimulsoft.report.chart.view.areas that implement IStiSerializable | |
---|---|
class |
StiArea
Describes base class for all chart areas. |
class |
StiAxisArea
Describes base class for all axis areas. |
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.bubble |
---|
Classes in com.stimulsoft.report.chart.view.areas.bubble that implement IStiSerializable | |
---|---|
class |
StiBubbleArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.candlestick |
---|
Classes in com.stimulsoft.report.chart.view.areas.candlestick that implement IStiSerializable | |
---|---|
class |
StiCandlestickArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.clusteredBar |
---|
Classes in com.stimulsoft.report.chart.view.areas.clusteredBar that implement IStiSerializable | |
---|---|
class |
StiClusteredBarArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.clusteredColumn |
---|
Classes in com.stimulsoft.report.chart.view.areas.clusteredColumn that implement IStiSerializable | |
---|---|
class |
StiAreaArea
Describes area. |
class |
StiClusteredColumnArea
|
class |
StiLineArea
|
class |
StiSplineArea
|
class |
StiSplineAreaArea
|
class |
StiSteppedAreaArea
|
class |
StiSteppedLineArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.doughnut |
---|
Classes in com.stimulsoft.report.chart.view.areas.doughnut that implement IStiSerializable | |
---|---|
class |
StiDoughnutArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.fullStackedBar |
---|
Classes in com.stimulsoft.report.chart.view.areas.fullStackedBar that implement IStiSerializable | |
---|---|
class |
StiFullStackedBarArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.fullStackedColumn |
---|
Classes in com.stimulsoft.report.chart.view.areas.fullStackedColumn that implement IStiSerializable | |
---|---|
class |
StiFullStackedAreaArea
|
class |
StiFullStackedColumnArea
|
class |
StiFullStackedLineArea
|
class |
StiFullStackedSplineArea
|
class |
StiFullStackedSplineAreaArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.funnel |
---|
Classes in com.stimulsoft.report.chart.view.areas.funnel that implement IStiSerializable | |
---|---|
class |
StiFunnelArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.gantt |
---|
Classes in com.stimulsoft.report.chart.view.areas.gantt that implement IStiSerializable | |
---|---|
class |
StiGanttArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.pie |
---|
Classes in com.stimulsoft.report.chart.view.areas.pie that implement IStiSerializable | |
---|---|
class |
StiPieArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.radar |
---|
Classes in com.stimulsoft.report.chart.view.areas.radar that implement IStiSerializable | |
---|---|
class |
StiRadarArea
|
class |
StiRadarAreaArea
|
class |
StiRadarLineArea
|
class |
StiRadarPointArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.range |
---|
Classes in com.stimulsoft.report.chart.view.areas.range that implement IStiSerializable | |
---|---|
class |
StiRangeArea
|
class |
StiRangeBarArea
|
class |
StiSplineRangeArea
|
class |
StiSteppedRangeArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.scatter |
---|
Classes in com.stimulsoft.report.chart.view.areas.scatter that implement IStiSerializable | |
---|---|
class |
StiScatterArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.stackedBar |
---|
Classes in com.stimulsoft.report.chart.view.areas.stackedBar that implement IStiSerializable | |
---|---|
class |
StiStackedBarArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.stackedColumn |
---|
Classes in com.stimulsoft.report.chart.view.areas.stackedColumn that implement IStiSerializable | |
---|---|
class |
StiStackedAreaArea
|
class |
StiStackedColumnArea
|
class |
StiStackedLineArea
|
class |
StiStackedSplineArea
|
class |
StiStackedSplineAreaArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.areas.stock |
---|
Classes in com.stimulsoft.report.chart.view.areas.stock that implement IStiSerializable | |
---|---|
class |
StiStockArea
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.axis |
---|
Classes in com.stimulsoft.report.chart.view.axis that implement IStiSerializable | |
---|---|
class |
StiAxis
|
class |
StiAxisDateTimeStep
|
class |
StiAxisInteraction
|
class |
StiAxisLabels
|
class |
StiAxisRange
|
class |
StiAxisTicks
|
class |
StiAxisTitle
|
class |
StiXAxis
|
class |
StiXBottomAxis
|
class |
StiXTopAxis
|
class |
StiYAxis
|
class |
StiYLeftAxis
|
class |
StiYRightAxis
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.chartTitle |
---|
Classes in com.stimulsoft.report.chart.view.chartTitle that implement IStiSerializable | |
---|---|
class |
StiChartTitle
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.conditions |
---|
Classes in com.stimulsoft.report.chart.view.conditions that implement IStiSerializable | |
---|---|
class |
StiChartCondition
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.constantLines |
---|
Classes in com.stimulsoft.report.chart.view.constantLines that implement IStiSerializable | |
---|---|
class |
StiConstantLines
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.events |
---|
Classes in com.stimulsoft.report.chart.view.events that implement IStiSerializable | |
---|---|
class |
StiGetCutPieListEvent
Describes the class for realization of the event GetCutPieListEvent. |
class |
StiGetListOfArgumentsEvent
Describes the class for realization of the event GetListOfArgumentsEvent. |
class |
StiGetListOfHyperlinksEvent
Describes the class for realization of the event GetListOfHyperlinksEvent. |
class |
StiGetListOfTagsEvent
Describes the class for realization of the event GetListOfTagsEvent. |
class |
StiGetListOfToolTipsEvent
Describes the class for realization of the event GetListOfToolTipsEvent. |
class |
StiGetListOfValuesCloseEvent
Describes the class for realization of the event GetListOfValuesCloseEvent. |
class |
StiGetListOfValuesEndEvent
Describes the class for realization of the event GetListOfValuesEndEvent. |
class |
StiGetListOfValuesEvent
Describes the class for realization of the event GetListOfValuesEvent. |
class |
StiGetListOfValuesHighEvent
Describes the class for realization of the event GetListOfValuesHighEvent. |
class |
StiGetListOfValuesLowEvent
Describes the class for realization of the event GetListOfValuesLowEvent. |
class |
StiGetListOfValuesOpenEvent
Describes the class for realization of the event GetListOfValuesOpenEvent. |
class |
StiGetListOfWeightsEvent
Describes the class for realization of the event StiGetListOfWeightsEvent. |
class |
StiGetTitleEvent
Describes the class for realization of the event GetTitle. |
class |
StiGetValueCloseEvent
Describes the class for realization of the event GetValueClose. |
class |
StiGetValueEndEvent
Describes the class for realization of the event GetValueEnd. |
class |
StiGetValueHighEvent
Describes the class for realization of the event GetValueHigh. |
class |
StiGetValueLowEvent
Describes the class for realization of the event GetValueEnd. |
class |
StiGetValueOpenEvent
Describes the class for realization of the event GetValueOpen. |
class |
StiNewAutoSeriesEvent
Describes the class for realization of the event StiNewAutoSeriesEvent. |
class |
StiProcessChartEvent
Describes the class for realization of the event StiProcessChartEvent. |
Uses of IStiSerializable in com.stimulsoft.report.chart.view.expressions |
---|
Classes in com.stimulsoft.report.chart.view.expressions that implement IStiSerializable | |
---|---|
class |
StiCutPieListExpression
Describes the class that contains the expression for calculation of Cut Pie List. |
class |
StiListOfArgumentsExpression
Describes the class that contains the expression for calculation of List of Arguments. |
class |
StiListOfHyperlinksExpression
Describes the class that contains the expression for calculation of List of Hyperlinks. |
class |
StiListOfTagsExpression
Describes the class that contains the expression for calculation of List of Tags. |
class |
StiListOfToolTipsExpression
Describes the class that contains the expression for calculation of List of ToolTips. |
class |
StiListOfValuesCloseExpression
Describes the class that contains the expression for calculation of List of Values. |
class |
StiListOfValuesEndExpression
Describes the class that contains the expression for calculation of List of Values. |
class |
StiListOfValuesExpression
Describes the class that contains the expression for calculation of List of Values. |
class |
StiListOfValuesHighExpression
Describes the class that contains the expression for calculation of List of Values. |
class |
StiListOfValuesLowExpression
Describes the class that contains the expression for calculation of List of Values. |
class |
StiListOfValuesOpenExpression
Describes the class that contains the expression for calculation of List of Values. |
class |
StiListOfWeightsExpression
Describes the class that contains the expression for calculation of List of Weights. |
class |
StiTitleExpression
Describes the class that contains the expression for calculation of Title. |
class |
StiValueCloseExpression
Describes the class that contains the expression for calculation of Value Close. |
class |
StiValueEndExpression
Describes the class that contains the expression for calculation of Value End. |
class |
StiValueHighExpression
Describes the class that contains the expression for calculation of Value High. |
class |
StiValueLowExpression
Describes the class that contains the expression for calculation of Value Low. |
class |
StiValueOpenExpression
Describes the class that contains the expression for calculation of Value Open. |
Uses of IStiSerializable in com.stimulsoft.report.chart.view.filter |
---|
Classes in com.stimulsoft.report.chart.view.filter that implement IStiSerializable | |
---|---|
class |
StiChartFilter
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.gridLines.axis |
---|
Classes in com.stimulsoft.report.chart.view.gridLines.axis that implement IStiSerializable | |
---|---|
class |
StiGridLines
|
class |
StiGridLinesHor
|
class |
StiGridLinesVert
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.gridLines.radar |
---|
Classes in com.stimulsoft.report.chart.view.gridLines.radar that implement IStiSerializable | |
---|---|
class |
StiRadarGridLines
|
class |
StiRadarGridLinesHor
|
class |
StiRadarGridLinesVert
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.interlacing |
---|
Classes in com.stimulsoft.report.chart.view.interlacing that implement IStiSerializable | |
---|---|
class |
StiInterlacing
|
class |
StiInterlacingHor
|
class |
StiInterlacingVert
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.legend |
---|
Classes in com.stimulsoft.report.chart.view.legend that implement IStiSerializable | |
---|---|
class |
StiLegend
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.marker |
---|
Classes in com.stimulsoft.report.chart.view.marker that implement IStiSerializable | |
---|---|
class |
StiLineMarker
|
class |
StiMarker
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.radarAxis |
---|
Classes in com.stimulsoft.report.chart.view.radarAxis that implement IStiSerializable | |
---|---|
class |
StiRadarAxis
|
class |
StiRadarAxisLabels
|
class |
StiXRadarAxis
|
class |
StiYRadarAxis
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series |
---|
Classes in com.stimulsoft.report.chart.view.series that implement IStiSerializable | |
---|---|
class |
StiSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.bubble |
---|
Classes in com.stimulsoft.report.chart.view.series.bubble that implement IStiSerializable | |
---|---|
class |
StiBubbleSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.candlestick |
---|
Classes in com.stimulsoft.report.chart.view.series.candlestick that implement IStiSerializable | |
---|---|
class |
StiCandlestickSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.clusteredBar |
---|
Classes in com.stimulsoft.report.chart.view.series.clusteredBar that implement IStiSerializable | |
---|---|
class |
StiClusteredBarSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.clusteredColumn |
---|
Classes in com.stimulsoft.report.chart.view.series.clusteredColumn that implement IStiSerializable | |
---|---|
class |
StiAreaSeries
|
class |
StiBaseLineSeries
|
class |
StiClusteredColumnSeries
|
class |
StiLineSeries
|
class |
StiSplineAreaSeries
|
class |
StiSplineSeries
|
class |
StiSteppedAreaSeries
|
class |
StiSteppedLineSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.doughnut |
---|
Classes in com.stimulsoft.report.chart.view.series.doughnut that implement IStiSerializable | |
---|---|
class |
StiDoughnutSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.fullStackedBar |
---|
Classes in com.stimulsoft.report.chart.view.series.fullStackedBar that implement IStiSerializable | |
---|---|
class |
StiFullStackedBarSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.fullStackedColumn |
---|
Classes in com.stimulsoft.report.chart.view.series.fullStackedColumn that implement IStiSerializable | |
---|---|
class |
StiFullStackedAreaSeries
|
class |
StiFullStackedColumnSeries
|
class |
StiFullStackedLineSeries
|
class |
StiFullStackedSplineAreaSeries
|
class |
StiFullStackedSplineSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.funnel |
---|
Classes in com.stimulsoft.report.chart.view.series.funnel that implement IStiSerializable | |
---|---|
class |
StiFunnelSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.gantt |
---|
Classes in com.stimulsoft.report.chart.view.series.gantt that implement IStiSerializable | |
---|---|
class |
StiGanttSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.pie |
---|
Classes in com.stimulsoft.report.chart.view.series.pie that implement IStiSerializable | |
---|---|
class |
StiPieSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.radar |
---|
Classes in com.stimulsoft.report.chart.view.series.radar that implement IStiSerializable | |
---|---|
class |
StiRadarAreaSeries
|
class |
StiRadarLineSeries
|
class |
StiRadarPointSeries
|
class |
StiRadarSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.range |
---|
Classes in com.stimulsoft.report.chart.view.series.range that implement IStiSerializable | |
---|---|
class |
StiRangeBarSeries
|
class |
StiRangeSeries
|
class |
StiSplineRangeSeries
|
class |
StiSteppedRangeSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.scatter |
---|
Classes in com.stimulsoft.report.chart.view.series.scatter that implement IStiSerializable | |
---|---|
class |
StiScatterLineSeries
|
class |
StiScatterSeries
|
class |
StiScatterSplineSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.stackedBar |
---|
Classes in com.stimulsoft.report.chart.view.series.stackedBar that implement IStiSerializable | |
---|---|
class |
StiStackedBarSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.stackedColumn |
---|
Classes in com.stimulsoft.report.chart.view.series.stackedColumn that implement IStiSerializable | |
---|---|
class |
StiStackedAreaSeries
|
class |
StiStackedBaseLineSeries
|
class |
StiStackedColumnSeries
|
class |
StiStackedLineSeries
|
class |
StiStackedSplineAreaSeries
|
class |
StiStackedSplineSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.series.stock |
---|
Classes in com.stimulsoft.report.chart.view.series.stock that implement IStiSerializable | |
---|---|
class |
StiStockSeries
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.seriesLabels |
---|
Classes in com.stimulsoft.report.chart.view.seriesLabels that implement IStiSerializable | |
---|---|
class |
StiNoneLabels
|
class |
StiSeriesLabels
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.seriesLabels.axis |
---|
Classes in com.stimulsoft.report.chart.view.seriesLabels.axis that implement IStiSerializable | |
---|---|
class |
StiAxisSeriesLabels
|
class |
StiCenterAxisLabels
|
class |
StiInsideBaseAxisLabels
|
class |
StiInsideEndAxisLabels
|
class |
StiLeftAxisLabels
|
class |
StiOutsideAxisLabels
|
class |
StiOutsideBaseAxisLabels
|
class |
StiOutsideEndAxisLabels
|
class |
StiRightAxisLabels
|
class |
StiValueAxisLabels
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.seriesLabels.funnel |
---|
Classes in com.stimulsoft.report.chart.view.seriesLabels.funnel that implement IStiSerializable | |
---|---|
class |
StiCenterFunnelLabels
|
class |
StiFunnelSeriesLabels
|
class |
StiOutsideLeftFunnelLabels
|
class |
StiOutsideRightFunnelLabels
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.seriesLabels.pie |
---|
Classes in com.stimulsoft.report.chart.view.seriesLabels.pie that implement IStiSerializable | |
---|---|
class |
StiCenterPieLabels
|
class |
StiInsideEndPieLabels
|
class |
StiOutsidePieLabels
|
class |
StiPieSeriesLabels
|
class |
StiTwoColumnsPieLabels
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.strips |
---|
Classes in com.stimulsoft.report.chart.view.strips that implement IStiSerializable | |
---|---|
class |
StiStrips
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.styles |
---|
Classes in com.stimulsoft.report.chart.view.styles that implement IStiSerializable | |
---|---|
class |
StiCustomStyle
|
class |
StiStyle01
|
class |
StiStyle02
|
class |
StiStyle03
|
class |
StiStyle04
|
class |
StiStyle05
|
class |
StiStyle06
|
class |
StiStyle07
|
class |
StiStyle08
|
class |
StiStyle09
|
class |
StiStyle10
|
class |
StiStyle11
|
class |
StiStyle12
|
class |
StiStyle13
|
class |
StiStyle14
|
class |
StiStyle15
|
class |
StiStyle16
|
class |
StiStyle17
|
class |
StiStyle18
|
class |
StiStyle19
|
class |
StiStyle20
|
class |
StiStyle21
|
class |
StiStyle22
|
class |
StiStyle23
|
class |
StiStyle24
|
class |
StiStyle25
|
class |
StiStyle26
Copyright Stimulsoft |
class |
StiStyle27
Copyright Stimulsoft |
class |
StiStyle28
Copyright Stimulsoft |
class |
StiStyle29
Copyright Stimulsoft |
class |
StiStyle30
Copyright Stimulsoft |
class |
StiStyle31
Copyright Stimulsoft |
class |
StiStyle32
Copyright Stimulsoft |
class |
StiStyle33
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.chart.view.table |
---|
Classes in com.stimulsoft.report.chart.view.table that implement IStiSerializable | |
---|---|
class |
StiChartTable
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.topN |
---|
Classes in com.stimulsoft.report.chart.view.topN that implement IStiSerializable | |
---|---|
class |
StiSeriesTopN
|
Uses of IStiSerializable in com.stimulsoft.report.chart.view.trendLines |
---|
Classes in com.stimulsoft.report.chart.view.trendLines that implement IStiSerializable | |
---|---|
class |
StiTrendLine
|
class |
StiTrendLineExponential
|
class |
StiTrendLineLinear
|
class |
StiTrendLineLogarithmic
|
class |
StiTrendLineNone
|
Uses of IStiSerializable in com.stimulsoft.report.components |
---|
Classes in com.stimulsoft.report.components that implement IStiSerializable | |
---|---|
class |
StiBandInteraction
|
class |
StiBookmark
|
class |
StiComponent
Describes the base class for all components. |
class |
StiCrossHeaderInteraction
Copyright Stimulsoft |
class |
StiDrillDownParameter
|
class |
StiInteraction
|
class |
StiMargins
Describes the class that realizes object margins. |
class |
StiPage
Copyright Stimulsoft * |
class |
StiParameter
Copyright Stimulsoft |
class |
StiWatermark
The class describes the watermark of the page. |
Uses of IStiSerializable in com.stimulsoft.report.components.bands |
---|
Classes in com.stimulsoft.report.components.bands that implement IStiSerializable | |
---|---|
class |
StiBand
Describes the base class for bands. |
class |
StiChildBand
Desribes the class that realizes the band - Child Band. |
class |
StiColumnFooterBand
|
class |
StiColumnHeaderBand
Desribes the class that realizes the band - Column Header Band. |
class |
StiDataBand
|
class |
StiDynamicBand
|
class |
StiEmptyBand
Desribes the class that realizes the band - Empty Band. |
class |
StiFooterBand
|
class |
StiGroupFooterBand
|
class |
StiGroupHeaderBand
|
class |
StiHeaderBand
|
class |
StiHierarchicalBand
Describes the class that realizes a Hierarchical Band. |
class |
StiOverlayBand
Desribes the class that realizes the band - Overlay Band. |
class |
StiPageFooterBand
|
class |
StiPageHeaderBand
|
class |
StiReportSummaryBand
|
class |
StiReportTitleBand
|
class |
StiStaticBand
|
class |
StiTableOfContents
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.components.complexcomponents |
---|
Classes in com.stimulsoft.report.components.complexcomponents that implement IStiSerializable | |
---|---|
class |
StiClone
Describes class that realizes component - Clone. |
class |
StiContainer
|
class |
StiPanel
Describes the class of Container. |
class |
StiSubReport
|
Uses of IStiSerializable in com.stimulsoft.report.components.conditions |
---|
Classes in com.stimulsoft.report.components.conditions that implement IStiSerializable | |
---|---|
class |
StiBaseCondition
The class describes the base class of condition. |
class |
StiColorScaleCondition
The class describes the condition with Color Scale indicator. |
class |
StiCondition
The class describes the condition. |
class |
StiConditionHelper
Class helps apply style with name to component. |
class |
StiDataBarCondition
The class describes the condition with Data Bar indicator. |
class |
StiFilter
|
class |
StiIconSetCondition
The class describes the condition with Icon Set indicator. |
class |
StiIconSetItem
The class describes the icon set items. |
class |
StiMultiCondition
The class describes the condition. |
Uses of IStiSerializable in com.stimulsoft.report.components.crossBands |
---|
Classes in com.stimulsoft.report.components.crossBands that implement IStiSerializable | |
---|---|
class |
StiCrossDataBand
Class describes Cross Data Band. |
class |
StiCrossFooterBand
Class describes Cross Footer Band. |
class |
StiCrossGroupFooterBand
Class describes Cross Group Footer Band. |
class |
StiCrossGroupHeaderBand
The class describes Cross Group Header Band. |
class |
StiCrossHeaderBand
The class describes the Cross Header Band. |
Uses of IStiSerializable in com.stimulsoft.report.components.indicators |
---|
Classes in com.stimulsoft.report.components.indicators that implement IStiSerializable | |
---|---|
class |
StiDataBarIndicator
|
class |
StiIconSetIndicator
|
class |
StiIndicator
|
Uses of IStiSerializable in com.stimulsoft.report.components.shapeTypes |
---|
Classes in com.stimulsoft.report.components.shapeTypes that implement IStiSerializable | |
---|---|
class |
StiArrowShapeType
The class describes the shape type - Arrow. |
class |
StiBentArrowShapeType
The class describes the shape type - BentArrow. |
class |
StiChevronShapeType
The class describes the shape type - Chevron. |
class |
StiComplexArrowShapeType
The class describes the shape type - ComplexArrow. |
class |
StiDiagonalDownLineShapeType
The class describes the shape type - Diagonal Down Line. |
class |
StiDiagonalUpLineShapeType
The class describes the shape type - Diagonal Up Line. |
class |
StiDivisionShapeType
The class describes the shape type - Division. |
class |
StiEqualShapeType
The class describes the shape type - Equal. |
class |
StiFlowchartCardShapeType
The class describes the shape type - FlowchartCard. |
class |
StiFlowchartCollateShapeType
The class describes the shape type - FlowchartCollate. |
class |
StiFlowchartDecisionShapeType
The class describes the shape type - FlowchartDecision. |
class |
StiFlowchartManualInputShapeType
The class describes the shape type - FlowchartManualInput. |
class |
StiFlowchartOffPageConnectorShapeType
The class describes the shape type - FlowchartOffPageConnector. |
class |
StiFlowchartPreparationShapeType
The class describes the shape type - FlowchartPreparation. |
class |
StiFlowchartSortShapeType
The class describes the shape type - FlowchartSort. |
class |
StiFrameShapeType
The class describes the shape type - Frame. |
class |
StiHorizontalLineShapeType
The class describes the shape type - Horizontal Line. |
class |
StiLeftAndRightLineShapeType
The class describes the shape type - Left And Right Line. |
class |
StiMinusShapeType
The class describes the shape type - Minus. |
class |
StiMultiplyShapeType
The class describes the shape type - Multiply. |
class |
StiOvalShapeType
The class describes the shape type - Oval. |
class |
StiParallelogramShapeType
The class describes the shape type - Parallelogram. |
class |
StiPlusShapeType
The class describes the shape type - Plus. |
class |
StiRectangleShapeType
The class describes the shape type - Rectangle. |
class |
StiRegularPentagonShapeType
The class describes the shape type - RegularPentagon. |
class |
StiRoundedRectangleShapeType
The class describes the shape type - Rounded Rectangle. |
class |
StiShapeTypeService
|
class |
StiSnipDiagonalSideCornerRectangleShapeType
The class describes the shape type - Snip Diagonal Side Corner Rectangle. |
class |
StiSnipSameSideCornerRectangleShapeType
The class describes the shape type - Snip Same Side Corner Rectangle. |
class |
StiTopAndBottomLineShapeType
The class describes the shape type - Top And Bottom Line. |
class |
StiTrapezoidShapeType
The class describes the shape type - Trapezoid. |
class |
StiTriangleShapeType
The class describes the shape type - Triangle. |
class |
StiVerticalLineShapeType
The class describes the shape type - Vertical Line. |
Uses of IStiSerializable in com.stimulsoft.report.components.simplecomponents |
---|
Classes in com.stimulsoft.report.components.simplecomponents that implement IStiSerializable | |
---|---|
class |
StiCheckBox
Class describes the component - Check Box. |
class |
StiContourText
The class describes the Contour Text. |
class |
StiCrossLinePrimitive
Describes class that realizes component - StiCrossLinePrimitive. |
class |
StiEndPointPrimitive
|
class |
StiHorizontalLinePrimitive
Describes class that realizes component - StiHorizontalLinePrimitive. |
class |
StiImage
The class describes the component of printing for image printing - Image. |
class |
StiLinePrimitive
Describes class that realizes base component for all primitives with lines. |
class |
StiPointPrimitive
|
class |
StiPrimitive
Describes class that realizes base component for all primitives. |
class |
StiRectanglePrimitive
Describes class that realizes component - StiRectanglePrimitive. |
class |
StiRichText
The class describes a component that allows to outtype RichText. |
class |
StiRoundedRectanglePrimitive
Describes class that realizes component - StiRoundedRectanglePrimitive. |
class |
StiShape
Class describes the component that serves to show shapes. |
class |
StiSimpleText
Describes the class that realizes the component - StiText. |
class |
StiSparkline
Copyright Stimulsoft |
class |
StiStartPointPrimitive
|
class |
StiSystemText
Describes the class that realizes a category - SystemText. |
class |
StiText
Describes the class that realizes the component - Text. |
class |
StiTextInCells
Describes the class that realizes the component - StiTextInCells. |
class |
StiVerticalLinePrimitive
Describes class that realizes component - StiVerticalLinePrimitive. |
class |
StiView
|
class |
StiWinControl
|
class |
StiZipCode
Class describes the component - ZipCode. |
Uses of IStiSerializable in com.stimulsoft.report.components.table |
---|
Classes in com.stimulsoft.report.components.table that implement IStiSerializable | |
---|---|
class |
StiTable
|
class |
StiTableCell
|
class |
StiTableCellCheckBox
|
class |
StiTableCellImage
|
class |
StiTableCellRichText
|
Uses of IStiSerializable in com.stimulsoft.report.components.textFormats |
---|
Classes in com.stimulsoft.report.components.textFormats that implement IStiSerializable | |
---|---|
class |
StiBooleanFormatService
Describes a service for formatting of the text, like boolean values. |
class |
StiCurrencyFormatService
Describes a service for the text formatting as currency values. |
class |
StiCustomFormatService
Describes a service for the text formatting done as customized. |
class |
StiDateFormatService
Describes a service for the text formatting as a date value. |
class |
StiFormatService
Describes a base service for formatting of the text. |
class |
StiGeneralFormatService
Describes a service for the text formatting by default. |
class |
StiNumberFormatService
Describes a service for the text formatting as number values. |
class |
StiPercentageFormatService
Describes a service for the text formatting as percentage values. |
class |
StiTimeFormatService
Describes a service for the text formatting as a time value. |
Uses of IStiSerializable in com.stimulsoft.report.crossTab |
---|
Classes in com.stimulsoft.report.crossTab that implement IStiSerializable | |
---|---|
class |
StiCrossCell
|
class |
StiCrossColumn
|
class |
StiCrossColumnTotal
Summary description for StiCrossRowTotal. |
class |
StiCrossField
|
class |
StiCrossHeader
|
class |
StiCrossRow
|
class |
StiCrossRowTotal
Summary description for StiCrossRowTotal. |
class |
StiCrossSummary
|
class |
StiCrossSummaryHeader
|
class |
StiCrossTab
Describes the class that realizes a StiCrossTab. |
class |
StiCrossTitle
|
class |
StiCrossTotal
Summary description for StiCrossRowTotal. |
Uses of IStiSerializable in com.stimulsoft.report.crossTab.events |
---|
Classes in com.stimulsoft.report.crossTab.events that implement IStiSerializable | |
---|---|
class |
StiGetCrossValueEvent
|
class |
StiGetDisplayCrossValueEvent
|
class |
StiProcessCellEvent
|
Uses of IStiSerializable in com.stimulsoft.report.crossTab.expressions |
---|
Classes in com.stimulsoft.report.crossTab.expressions that implement IStiSerializable | |
---|---|
class |
StiCrossValueExpression
Describes the class that contains an expression for calculation of value. |
class |
StiDisplayCrossValueExpression
Describes the class that contains an expression for calculation of display value. |
Uses of IStiSerializable in com.stimulsoft.report.dialogs |
---|
Classes in com.stimulsoft.report.dialogs that implement IStiSerializable | |
---|---|
class |
StiButtonControl
Represents a Windows button control. |
class |
StiCheckBoxControl
Represents a Windows check box. |
class |
StiCheckedListBoxControl
Displays a ListBox in which a check box is displayed to the left of each item. |
class |
StiComboBoxControl
Represents a Windows combo box control. |
class |
StiDateTimePickerControl
Represents a Windows date-time picker control. |
class |
StiForm
Represents a dialog box. |
class |
StiGridColumn
Describes a grid column. |
class |
StiGridControl
Displays datasource in a scrollable grid. |
class |
StiGroupBoxControl
Represents a Windows group box. |
class |
StiLabelControl
Represents a standard Windows label. |
class |
StiListBoxControl
Represents a Windows list box control. |
class |
StiRadioButtonControl
Represents a Windows radio button. |
class |
StiReportControl
Describes the base class for all report controls. |
class |
StiTextBoxControl
Represents a Windows text box control. |
Uses of IStiSerializable in com.stimulsoft.report.dictionary |
---|
Classes in com.stimulsoft.report.dictionary that implement IStiSerializable | |
---|---|
class |
StiCalcDataColumn
|
class |
StiDataColumn
|
class |
StiDataParameter
|
class |
StiDataRelation
|
class |
StiDialogInfo
|
class |
StiDictionary
Class describes the dictionary data. |
class |
StiResource
Copyright Stimulsoft |
class |
StiVariable
Class describes variable. |
Uses of IStiSerializable in com.stimulsoft.report.dictionary.adapters |
---|
Classes in com.stimulsoft.report.dictionary.adapters that implement IStiSerializable | |
---|---|
class |
StiDataAdapterService
|
class |
StiDataStoreAdapterService
|
class |
StiDataTableAdapterService
|
Uses of IStiSerializable in com.stimulsoft.report.dictionary.aggregateFunctions |
---|
Classes in com.stimulsoft.report.dictionary.aggregateFunctions that implement IStiSerializable | |
---|---|
class |
StiAggregateFunctionService
|
class |
StiAvgDateFunctionService
Describes the class for work with AvgDate aggregate function. |
class |
StiAvgDecimalFunctionService
Describes the class for work with Avg aggregate function. |
class |
StiAvgDoubleFunctionService
Describes the class for work with AvgD aggregate function. |
class |
StiAvgIntFunctionService
Describes the class for work with AvgI aggregate function. |
class |
StiAvgTimeFunctionService
Describes the class for work with AvgTime aggregate function. |
class |
StiCountDistinctFunctionService
Describes the class for work with CountDistinct aggregate function. |
class |
StiCountFunctionService
|
class |
StiFirstFunctionService
Describes the class for work with First aggregate function. |
class |
StiLastFunctionService
Describes the class for work with Last aggregate function. |
class |
StiMaxDateFunctionService
Describes the class for work with MaxDate aggregate function. |
class |
StiMaxDecimalFunctionService
Describes the class for work with Max aggregate function. |
class |
StiMaxDoubleFunctionService
Describes the class for work with MaxD aggregate function. |
class |
StiMaxIntFunctionService
Describes the class for work with MaxI aggregate function. |
class |
StiMaxStrFunctionService
Describes the class for work with MaxStr aggregate function. |
class |
StiMaxTimeFunctionService
Describes the class for work with MaxTime aggregate function. |
class |
StiMedianDecimalFunctionService
Describes the class for work with Median aggregate function. |
class |
StiMedianDoubleFunctionService
Describes the class for work with Median aggregate function. |
class |
StiMedianIntFunctionService
Describes the class for work with Median aggregate function. |
class |
StiMinDateFunctionService
Describes the class for work with MinDate aggregate function. |
class |
StiMinDecimalFunctionService
Describes the class for work with Min aggregate function. |
class |
StiMinDoubleFunctionService
Describes the class for work with MinD aggregate function. |
class |
StiMinIntFunctionService
Describes the class for work with MinI aggregate function. |
class |
StiMinStrFunctionService
Describes the class for work with MinStr aggregate function. |
class |
StiMinTimeFunctionService
Describes the class for work with MinTime aggregate function. |
class |
StiModeDecimalFunctionService
Describes the class for work with Median aggregate function. |
class |
StiModeDoubleFunctionService
Describes the class for work with Median aggregate function. |
class |
StiModeIntFunctionService
Describes the class for work with Median aggregate function. |
class |
StiSumDecimalFunctionService
Describes the class for work with Sum aggregate function. |
class |
StiSumDecimalNullableFunctionService
Describes the class for work with Sum aggregate function. |
class |
StiSumDistinctDecimalFunctionService
Describes the class for work with SumDistinct aggregate function. |
class |
StiSumDoubleFunctionService
Describes the class for work with SumD aggregate function. |
class |
StiSumIntFunctionService
Describes the class for work with SumI aggregate function. |
class |
StiSumTimeFunctionService
Describes the class for work with SumTime aggregate function. |
Uses of IStiSerializable in com.stimulsoft.report.dictionary.businessObjects |
---|
Classes in com.stimulsoft.report.dictionary.businessObjects that implement IStiSerializable | |
---|---|
class |
StiBusinessObject
|
Uses of IStiSerializable in com.stimulsoft.report.dictionary.databases |
---|
Classes in com.stimulsoft.report.dictionary.databases that implement IStiSerializable | |
---|---|
class |
StiDatabase
|
class |
StiDatabaseEmpty
|
class |
StiJDBCDatabase
|
class |
StiJsonDatabase
|
class |
StiMsSqlDatabase
|
class |
StiMySqlDatabase
|
class |
StiOdbcDatabase
|
class |
StiOleDbDatabase
|
class |
StiOracleDatabase
|
class |
StiPostgreSQLDatabase
|
class |
StiSqlDatabase
|
class |
StiXmlDatabase
|
Uses of IStiSerializable in com.stimulsoft.report.dictionary.dataSources |
---|
Classes in com.stimulsoft.report.dictionary.dataSources that implement IStiSerializable | |
---|---|
class |
StiBusinessObjectSource
Describes the Data Source realizing access to Business Objects. |
class |
StiCsvSource
Describes the Data Source realizing access to OleDb. |
class |
StiDataSource
|
class |
StiDataSourceEmpty
|
class |
StiDataStoreSource
Describes the base class for access to data in DataStore. |
class |
StiDataTableSource
Describes the Data Source realizing access to DataTable. |
class |
StiEnumerableSource
Describes the Data Source realizing access to IEnumerable. |
class |
StiJDBCSource
Describes the Data Source realizing access to OleDb. |
class |
StiJsonSource
Describes the Data Source realizing access to OleDb. |
class |
StiMsSqlSource
Describes the Data Source realizing access to OleDb. |
class |
StiMySqlSource
Describes the Data Source realizing access to OleDb. |
class |
StiOdbcSource
Describes the Data Source realizing access to Odbc. |
class |
StiOleDbSource
Describes the Data Source realizing access to OleDb. |
class |
StiOracleSource
Describes the Data Source realizing access to OleDb. |
class |
StiPostgreSQLSource
Describes the Data Source realizing access to OleDb. |
class |
StiSqlSource
Describes the Data Source realizing access to Sql. |
class |
StiUserSource
Describes the Data Source realizing access to UserSource. |
class |
StiVirtualDataSource
Dummy class |
class |
StiXmlSource
Describes the Data Source realizing access to OleDb. |
Uses of IStiSerializable in com.stimulsoft.report.engine.engineV2 |
---|
Classes in com.stimulsoft.report.engine.engineV2 that implement IStiSerializable | |
---|---|
class |
StiColumnsContainer
A class describes a container which contains databands. |
class |
StiFooterMarkerContainer
A class describes a container which is the marker. |
class |
StiLevelContainer
A class describes a container. |
class |
StiLevelEndContainer
A class describes a container which is the marker. |
class |
StiLevelStartContainer
A class describes a container that is the marker. |
class |
StiNewPageContainer
|
Uses of IStiSerializable in com.stimulsoft.report.events |
---|
Classes in com.stimulsoft.report.events that implement IStiSerializable | |
---|---|
class |
StiAfterPrintEvent
Describes the class for realization of the event AfterPrint. |
class |
StiAfterSelectEvent
Describes the class for realization of the event AfterSelect. |
class |
StiBeforePrintEvent
Describes the class for realization of the event BeforePrint. |
class |
StiBeginRenderEvent
Describes the class for realization of the event BeginRender. |
class |
StiCheckedChangedEvent
Describes the class for realization of the event CheckedChanged. |
class |
StiClickEvent
Describes the class for realization of the event Click. |
class |
StiClosedFormEvent
Describes the class for realization of the event ClosedForm. |
class |
StiClosingFormEvent
Describes the class for realization of the event ClosingForm. |
class |
StiColumnBeginRenderEvent
Describes the class for realization of the event ColumnBeginRender. |
class |
StiColumnEndRenderEvent
Describes the class for realization of the event ColumnEndRender. |
class |
StiConnectedEvent
Describes the class for realization of the event Connected. |
class |
StiConnectingEvent
Describes the class for realization of the event Connecting. |
class |
StiDisconnectedEvent
Describes the class for realization of the event Disconnected. |
class |
StiDisconnectingEvent
Describes the class for realization of the event Disconnecting. |
class |
StiDoubleClickEvent
Describes the class for realization of the event Double. |
class |
StiEndRenderEvent
Describes the class for realization of the event EndRender. |
class |
StiEnterEvent
Describes the class for realization of the event Enter. |
class |
StiEvent
Describes the base class for realization of the Event. |
class |
StiExportedEvent
Describes the class for realization of the event Exported. |
class |
StiExportingEvent
Describes the class for realization of the event Exporting. |
class |
StiFillDataEvent
Describes the class for realization of the event FillData. |
class |
StiGetArgumentEvent
Describes the class for realization of the event StiGetArgumentExpressionEvent. |
class |
StiGetBarCodeEvent
|
class |
StiGetBookmarkEvent
Describes the class for realization of the event GetBookmark. |
class |
StiGetCheckedEvent
Describes the class for realization of the event GetChecked. |
class |
StiGetCollapsedEvent
Describes the class for realization of the event GetCollapsed. |
class |
StiGetDrillDownReportEvent
Describes the class for realization of the event GetDrillDownReport. |
class |
StiGetExcelSheetEvent
Describes the class for realization of the event GetExcelSheet. |
class |
StiGetExcelValueEvent
Describes the class for realization of the event GetExcelValue. |
class |
StiGetFilterEvent
Describes the class for realization of the event GetFilter. |
class |
StiGetGroupConditionEvent
Describes the class for realization of the event StiGetGroupConditionEvent. |
class |
StiGetHyperlinkEvent
Describes the class for realization of the event GetHyperlink. |
class |
StiGetImageDataEvent
Describes the class for realization of the event GetImageData. |
class |
StiGetImageURLEvent
Describes the class for realization of the event GetImageURL. |
class |
StiGetSummaryExpressionEvent
Describes the class for realization of the event StiGetSummaryExpressionEvent. |
class |
StiGetTagEvent
Describes the class for realization of the event GetTag. |
class |
StiGetToolTipEvent
Describes the class for realization of the event GetToolTip. |
class |
StiGetValueEvent
Describes the class for realization of the event GetValue. |
class |
StiGetZipCodeEvent
Describes the class for realization of the event StiGetZipCodeEvent. |
class |
StiLeaveEvent
Describes the class for realization of the event Leave. |
class |
StiLoadFormEvent
Describes the class for realization of the event LoadForm. |
class |
StiMouseDownEvent
Describes the class for realization of the event MouseDown. |
class |
StiMouseEnterEvent
Describes the class for realization of the event MouseEnter. |
class |
StiMouseLeaveEvent
Describes the class for realization of the event MouseLeave. |
class |
StiMouseMoveEvent
Describes the class for realization of the event MouseMove. |
class |
StiMouseUpEvent
Describes the class for realization of the event MouseUp. |
class |
StiMoveFooterToBottomEvent
Describes the class for realization of the event MoveFooterToBottomEvent. |
class |
StiPositionChangedEvent
Describes the class for realization of the event PositionChanged. |
class |
StiPrintedEvent
Describes the class for realization of the event Printed. |
class |
StiPrintingEvent
Describes the class for realization of the event Printing. |
class |
StiRenderingEvent
Describes the class for realization of the event Rendering. |
class |
StiSelectedIndexChangedEvent
Describes the class for realization of the event SelectedIndexChanged. |
class |
StiStateRestoreEvent
Describes the class for realization of the event StateRestore. |
class |
StiStateSaveEvent
Describes the class for realization of the event StateSave. |
class |
StiValueChangedEvent
Describes the class for realization of the event ValueChanged. |
Uses of IStiSerializable in com.stimulsoft.report.expressions |
---|
Classes in com.stimulsoft.report.expressions that implement IStiSerializable | |
---|---|
class |
StiArgumentExpression
Describes the class that contains the expression for calculation of Argument. |
class |
StiBookmarkExpression
Describes class that contains an expression for bookmark calculation. |
class |
StiCheckedExpression
Describes the class that contains the expression for calculation of checked state. |
class |
StiCollapsedExpression
Describes the class that contains an expression for calculation of collapsed value. |
class |
StiDataUrlExpression
Describes the class that contains an expression for calculation of DataUrl. |
class |
StiExcelSheetExpression
Describes the class that contains an expression for calculation of ExcelSheet. |
class |
StiExcelValueExpression
Describes the class that contains an expression for calculation of ExcelValue. |
class |
StiExpression
Describes class that contains an expression. |
class |
StiFilterExpression
Describes the class that contains the expression for filter calculation. |
class |
StiGroupConditionExpression
Describes the class that contains the expression for calculation of group condition. |
class |
StiGroupSummaryExpression
Describes the class that contains the expression for calculation of group summary expression. |
class |
StiHyperlinkExpression
Describes the class that contains an expression for calculation of hyperlink. |
class |
StiImageDataExpression
Describes the class that contains an expression for calculation of ImageData. |
class |
StiImageURLExpression
Describes the class that contains an expression for calculation of ImageURL. |
class |
StiPointerExpression
Copyright Stimulsoft |
class |
StiTagExpression
Describes the class that contains an expression for tag calculation. |
class |
StiToolTipExpression
Describes the class that contains the expression for tool tip calculation. |
class |
StiUnifiedExpression
Describes class that contains an expression. |
class |
StiZipCodeExpression
Describes the class that contains the expression for calculation of zipcode. |
Uses of IStiSerializable in com.stimulsoft.report.globalization |
---|
Classes in com.stimulsoft.report.globalization that implement IStiSerializable | |
---|---|
class |
StiGlobalizationContainer
Copyright Stimulsoft |
class |
StiGlobalizationItem
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge |
---|
Classes in com.stimulsoft.report.infographics.gauge that implement IStiSerializable | |
---|---|
class |
StiGauge
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.expressions |
---|
Classes in com.stimulsoft.report.infographics.gauge.expressions that implement IStiSerializable | |
---|---|
class |
StiSkipIndicesExpression
Describes the class that contains the expression for calculation of Skip Indices. |
class |
StiSkipValuesExpression
Describes the class that contains the expression for calculation of Skip Values. |
class |
StiTextExpression
Copyright Stimulsoft |
class |
StiValueExpression
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.indicators |
---|
Classes in com.stimulsoft.report.infographics.gauge.indicators that implement IStiSerializable | |
---|---|
class |
StiIndicatorRangeInfo
Copyright Stimulsoft |
class |
StiLinearBar
Copyright Stimulsoft |
class |
StiLinearIndicatorRangeInfo
Copyright Stimulsoft |
class |
StiLinearMarker
Copyright Stimulsoft |
class |
StiNeedle
Copyright Stimulsoft |
class |
StiRadialBar
Copyright Stimulsoft |
class |
StiRadialIndicatorRangeInfo
Copyright Stimulsoft |
class |
StiRadialMarker
Copyright Stimulsoft |
class |
StiStateIndicator
Copyright Stimulsoft |
class |
StiStateIndicatorFilter
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.primitives.base |
---|
Classes in com.stimulsoft.report.infographics.gauge.primitives.base that implement IStiSerializable | |
---|---|
class |
StiElementBase
Copyright Stimulsoft |
class |
StiGaugeElement
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.primitives.indicators |
---|
Classes in com.stimulsoft.report.infographics.gauge.primitives.indicators that implement IStiSerializable | |
---|---|
class |
StiBarBase
Copyright Stimulsoft |
class |
StiIndicatorBase
Copyright Stimulsoft |
class |
StiMarkerBase
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.primitives.range |
---|
Classes in com.stimulsoft.report.infographics.gauge.primitives.range that implement IStiSerializable | |
---|---|
class |
StiRangeBase
Copyright Stimulsoft |
class |
StiScaleRangeList
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.primitives.scales |
---|
Classes in com.stimulsoft.report.infographics.gauge.primitives.scales that implement IStiSerializable | |
---|---|
class |
StiScaleBase
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.primitives.tick |
---|
Classes in com.stimulsoft.report.infographics.gauge.primitives.tick that implement IStiSerializable | |
---|---|
class |
StiLinearTickLabelBase
Copyright Stimulsoft |
class |
StiLinearTickMarkBase
Copyright Stimulsoft |
class |
StiRadialTickLabelBase
Copyright Stimulsoft |
class |
StiRadialTickMarkBase
Copyright Stimulsoft |
class |
StiTickBase
Copyright Stimulsoft |
class |
StiTickLabelBase
Copyright Stimulsoft |
class |
StiTickMarkBase
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.range |
---|
Classes in com.stimulsoft.report.infographics.gauge.range that implement IStiSerializable | |
---|---|
class |
StiLinearRange
Copyright Stimulsoft |
class |
StiLinearRangeList
Copyright Stimulsoft |
class |
StiRadialRange
Copyright Stimulsoft |
class |
StiRadialRangeList
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.scales |
---|
Classes in com.stimulsoft.report.infographics.gauge.scales that implement IStiSerializable | |
---|---|
class |
StiLinearScale
Copyright Stimulsoft |
class |
StiRadialScale
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.styles.view |
---|
Classes in com.stimulsoft.report.infographics.gauge.styles.view that implement IStiSerializable | |
---|---|
class |
StiCustomGaugeStyle
Copyright Stimulsoft |
class |
StiGaugeStyleXF
Copyright Stimulsoft |
class |
StiGaugeStyleXF24
Copyright Stimulsoft |
class |
StiGaugeStyleXF25
Copyright Stimulsoft |
class |
StiGaugeStyleXF26
Copyright Stimulsoft |
class |
StiGaugeStyleXF27
Copyright Stimulsoft |
class |
StiGaugeStyleXF28
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.tick.linear.label |
---|
Classes in com.stimulsoft.report.infographics.gauge.tick.linear.label that implement IStiSerializable | |
---|---|
class |
StiLinearTickLabelCustom
Copyright Stimulsoft |
class |
StiLinearTickLabelMajor
Copyright Stimulsoft |
class |
StiLinearTickLabelMinor
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.tick.linear.mark |
---|
Classes in com.stimulsoft.report.infographics.gauge.tick.linear.mark that implement IStiSerializable | |
---|---|
class |
StiLinearTickMarkCustom
Copyright Stimulsoft |
class |
StiLinearTickMarkMajor
Copyright Stimulsoft |
class |
StiLinearTickMarkMinor
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.tick.radial.label |
---|
Classes in com.stimulsoft.report.infographics.gauge.tick.radial.label that implement IStiSerializable | |
---|---|
class |
StiRadialTickLabelCustom
Copyright Stimulsoft |
class |
StiRadialTickLabelMajor
Copyright Stimulsoft |
class |
StiRadialTickLabelMinor
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.infographics.gauge.tick.radial.mark |
---|
Classes in com.stimulsoft.report.infographics.gauge.tick.radial.mark that implement IStiSerializable | |
---|---|
class |
StiRadialTickMarkCustom
Copyright Stimulsoft |
class |
StiRadialTickMarkMajor
Copyright Stimulsoft |
class |
StiRadialTickMarkMinor
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.maps |
---|
Classes in com.stimulsoft.report.maps that implement IStiSerializable | |
---|---|
class |
StiMap
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.maps.style |
---|
Classes in com.stimulsoft.report.maps.style that implement IStiSerializable | |
---|---|
class |
StiMap21StyleFX
Copyright Stimulsoft |
class |
StiMap24StyleFX
Copyright Stimulsoft |
class |
StiMap25StyleFX
Copyright Stimulsoft |
class |
StiMap26StyleFX
Copyright Stimulsoft |
class |
StiMap27StyleFX
Copyright Stimulsoft |
class |
StiMapStyleFX
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.saveLoad |
---|
Classes in com.stimulsoft.report.saveLoad that implement IStiSerializable | |
---|---|
class |
StiDocument
Describes the class that is used for for storing a rendered report. |
Uses of IStiSerializable in com.stimulsoft.report.styles |
---|
Classes in com.stimulsoft.report.styles that implement IStiSerializable | |
---|---|
class |
StiBaseStyle
Describes the class that contains a base style. |
static class |
StiBaseStyle.StiStyleSaver
|
class |
StiChartStyle
Describes the class that contains a style for Chart components. |
class |
StiCrossTabStyle
Describes the class that contains a style for CrossTab components. |
class |
StiDialogStyle
Describes the class that contains a style for dialog controls. |
class |
StiEmptyStyle
|
class |
StiGaugeStyle
Copyright Stimulsoft |
class |
StiMapStyle
Copyright Stimulsoft |
class |
StiStyle
Describes the class that contains a style for components. |
static class |
StiStylesCollection.StiStylesSaver
|
class |
StiStylesSheet
Class describes a list of styles. |
class |
StiTableStyle
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.report.styles.conditions |
---|
Classes in com.stimulsoft.report.styles.conditions that implement IStiSerializable | |
---|---|
class |
StiStyleCondition
The class describes the style condition. |
Uses of IStiSerializable in com.stimulsoft.report.units |
---|
Classes in com.stimulsoft.report.units that implement IStiSerializable | |
---|---|
class |
StiCentimetersUnit
Report units - centimeters. |
class |
StiHundredthsOfInchUnit
Report units - hundredths of inch. |
class |
StiInchesUnit
Report units - inches. |
class |
StiMillimetersUnit
Report units - millimeters. |
class |
StiUnit
Report units. |
Uses of IStiSerializable in com.stimulsoft.samples |
---|
Classes in com.stimulsoft.samples that implement IStiSerializable | |
---|---|
class |
ChildDatabase
Copyright Stimulsoft |
class |
ParentDatabase
Copyright Stimulsoft |
Uses of IStiSerializable in com.stimulsoft.webdesigner.helper |
---|
Classes in com.stimulsoft.webdesigner.helper that implement IStiSerializable | |
---|---|
class |
StiGroup
Copyright Stimulsoft |
Uses of IStiSerializable in serializing |
---|
Classes in serializing that implement IStiSerializable | |
---|---|
class |
RochadeDataTable
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |