Package | Description |
---|---|
ilog.cpl.style.key |
Deprecated Provides a set of keys used to identify values within styles.
|
ilog.tgo.css |
Contains basic classes to provide the customization of JTGO predefined business objects using CSS.
|
ilog.tgo.grprim |
Contains all the classes with graphic primitives and utilities used in the library.
|
Modifier and Type | Method and Description |
---|---|
static IlpPatternKey |
IlpPatternKey.New(String name,
IlPattern defaultValue)
Deprecated.
Creates a new key for properties of type
ilog.util.IlPattern . |
Constructor and Description |
---|
IlpPatternKey(String name,
IlPattern defaultValue)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IlPattern |
IltObjectCustomization.getBorderPattern()
Returns the pattern used to draw a base border.
|
IlPattern |
IltObjectCustomization.getFillPattern()
Returns the pattern used to draw a base.
|
IlPattern |
IltObjectCustomization.getPattern()
Returns the pattern used to draw a base.
|
Modifier and Type | Class and Description |
---|---|
class |
IltPattern
This class describes a pattern with which a 2D area can be filled.
|
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 |
---|---|
protected IlPattern |
IltPattern.PatternWrapper.original |
Modifier and Type | Method and Description |
---|---|
static Ilt2DPalette |
Ilt2DPalette.New2DPalette(IlPattern pattern,
Color foreground,
Color background)
Deprecated.
Please use a constructor that accepts
IltPattern
instead of IlPattern . |
Constructor and Description |
---|
PatternWrapper(IlPattern p) |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.