Package | Description |
---|---|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.graphic.renderer |
Provides classes and support to create base renderers for telecom objects.
|
ilog.tgo.grprim |
Contains all the classes with graphic primitives and utilities used in the library.
|
ilog.tgo.resource |
Provides classes for handling graphical resources.
|
Modifier and Type | Method and Description |
---|---|
IltPattern |
IltAbstractLegend.getPattern(IlpPatternKey key)
Deprecated.
Please use
getValue instead. |
IltPattern |
IltAbstractLegend.getPattern(IlpPatternKey key,
IltPattern defaultValue)
Deprecated.
Please use
getValue instead. |
IltPattern |
IltAbstractLegend.getPattern(IltKey.Pattern key)
Deprecated.
This method is obsolete. Use
IlpPatternKey instead
of IltKey.Pattern |
IltPattern |
IltAbstractLegend.getPattern(IltKey.Pattern key,
IltPattern defaultValue)
Deprecated.
This method is obsolete. Use
IlpPatternKey instead
of IltKey.Pattern |
Modifier and Type | Method and Description |
---|---|
IltPattern |
IltAbstractLegend.getPattern(IlpPatternKey key,
IltPattern defaultValue)
Deprecated.
Please use
getValue instead. |
IltPattern |
IltAbstractLegend.getPattern(IltKey.Pattern key,
IltPattern defaultValue)
Deprecated.
This method is obsolete. Use
IlpPatternKey instead
of IltKey.Pattern |
void |
IltAbstractLegend.setPattern(IlpPatternKey key,
IltPattern value)
Deprecated.
Please use
setValue instead. |
void |
IltAbstractLegend.setPattern(IltKey.Pattern key,
IltPattern value)
Deprecated.
This method is obsolete. Use
IlpPatternKey instead
of IltKey.Pattern |
Modifier and Type | Method and Description |
---|---|
IltPattern |
IltBaseRenderer.getBorderPattern()
Returns the pattern of the base border.
|
IltPattern |
IltBaseRenderer.getPattern()
Returns the pattern of the base.
|
Modifier and Type | Method and Description |
---|---|
void |
IltBaseRenderer.setBorderPattern(IltPattern p)
Sets the pattern of the base border.
|
void |
IltBaseRenderer.setPattern(IltPattern p)
Sets the pattern of the base.
|
Modifier and Type | Class and Description |
---|---|
static class |
IltPattern.PatternWrapper
Auxiliary class which converts from IlPattern to IltPattern.
|
static class |
IltPattern.Solid
Deprecated.
Please set the fillStyle CSS property to be SOLID
instead of PATTERN.
|
Modifier and Type | Field and Description |
---|---|
static IltPattern |
IltPattern.Solid
Deprecated.
Please set the fillStyle CSS property to be SOLID
instead of PATTERN.
|
Modifier and Type | Method and Description |
---|---|
static IltPattern |
IltPattern.NewGridPattern(int xPeriod,
int yPeriod)
This creates a new pattern, parallel to the x axis and the y axis.
|
static IltPattern |
IltPattern.NewSkewGridPattern(int uPeriod,
int vPeriod)
This creates a new pattern, parallel to the diagonals (i.e. the
bisectors between the x axis and the y axis).
|
static IltPattern |
IltPattern.NewViewsPattern(int type,
int arg1,
int arg2)
This creates a new pattern based on
IlvPattern . |
Modifier and Type | Method and Description |
---|---|
static Ilt2DPalette |
Ilt2DPalette.New2DPalette(IltPattern pattern,
Color foreground,
Color background)
Creates a new 2D palette.
|
Constructor and Description |
---|
Ilt2DPalette(Color foreground,
Color background,
IltPattern pattern)
Creates a new 2D palette.
|
Ilt2DPalette(int fillStyle,
Color fillColor1,
Color fillColor2,
float fillStart,
float fillEnd,
float fillAngle,
IltPattern pattern,
Image fillTexture)
Creates a new 2D palette.
|
Modifier and Type | Field and Description |
---|---|
static IltPattern |
IltrPattern.Dots
Deprecated.
Use
IlvPattern.GRAY_20 instead. |
static IltPattern |
IltrPattern.GroupFilling
Deprecated.
Use
IlvPattern.GRAY_20 instead. |
static IltPattern |
IltrPattern.ThinHatching
Deprecated.
Use
IlvPattern.UP_DIAGONAL instead. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.