See: Description
Interface | Description |
---|---|
IltColorModifierContext |
An instance of
IltColorModifierContext is given as argument when
IltColorModifier.modify is invoked. |
IltPalette |
This interface describes a way to fill the border of a rectangle or
polygon.
|
Class | Description |
---|---|
Ilt1DPalette |
This class defines a collection of graphics parameters, called palette,
used for drawing 1-dimensional objects, i.e. mainly lines.
|
Ilt2DPalette |
This class defines a collection of graphics parameters, called palette,
used for drawing 2-dimensional areas.
|
IltBlinkingColor |
This class defines a blinking color.
|
IltBoundingBox |
This class contains some primitive utility functions for determining
the bounding box of the drawings produced by the drawing primitives.
|
IltColorModifier |
An instance of this class can dynamically modify
the color of a gauge or chart.
|
IltColorModifier.MultiColor |
This class is a color modifier that produces a green representation,
when the value is below
0.5 , a yellow representation when the value
is below 0.75 , and a red representation when the value is above 0.75 . |
IltColorModifier.Shade |
This class is a color modifier that produces a transparent
color shade effect.
|
IltContains |
This class contains some primitive utility functions for determining
whether a given pixel will be covered by the drawing primitives.
|
IltDefaultBlinkingManager | Deprecated
Please use
ilog.tgo.service.IltDefaultBlinkingManager instead. |
IltDefaultImageRepository | Deprecated
Please use
ilog.tgo.service.IltDefaultImageRepository instead. |
IltGraphicPrim | Deprecated |
IltGraphicUtil |
This class contains some utility functions for drawing.
|
IltLineStyle |
This class describes a pattern with which a 1D line can be filled.
|
IltLineStyle.LineStyleWrapper |
A line style which:
for thin lines makes an indirection to another
IlLineStyle ,
for thick lines fills all pixels in the foreground color. |
IltLineStyle.Solid |
Describes a line style which fills all pixels in the foreground color.
|
IltPattern |
This class describes a pattern with which a 2D area can be filled.
|
IltPattern.PatternWrapper |
Auxiliary class which converts from IlPattern to IltPattern.
|
IltPattern.Solid | Deprecated
Please set the fillStyle CSS property to be SOLID
instead of PATTERN.
|
IltPolygon |
This class describes a polygon where all the corners have integer
coordinates.
|
IltPolyline |
This class describes a polyline where all points have integer coordinates.
|
IltTextPalette | Deprecated
Text palettes have been replaced by label properties which are
configured through Cascading Style Sheets.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.