|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlPattern | |
|---|---|
| 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 ILOG JTGO predefined business objects using CSS. |
| ilog.tgo.grprim | Contains all the classes with graphic primitives and utilities used in the library. |
| Uses of IlPattern in ilog.cpl.style.key |
|---|
| Methods in ilog.cpl.style.key with parameters of type IlPattern | |
|---|---|
static IlpPatternKey |
IlpPatternKey.New(String name,
IlPattern defaultValue)
Deprecated. Creates a new key for properties of type ilog.util.IlPattern. |
| Constructors in ilog.cpl.style.key with parameters of type IlPattern | |
|---|---|
IlpPatternKey(String name,
IlPattern defaultValue)
Deprecated. Constructor. |
|
| Uses of IlPattern in ilog.tgo.css |
|---|
| Methods in ilog.tgo.css that return IlPattern | |
|---|---|
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. |
| Uses of IlPattern in ilog.tgo.grprim |
|---|
| Classes in ilog.tgo.grprim that implement IlPattern | |
|---|---|
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. |
| Fields in ilog.tgo.grprim declared as IlPattern | |
|---|---|
protected IlPattern |
IltPattern.PatternWrapper.original
|
| Methods in ilog.tgo.grprim with parameters of type IlPattern | |
|---|---|
static Ilt2DPalette |
Ilt2DPalette.New2DPalette(IlPattern pattern,
Color foreground,
Color background)
Deprecated. Please use a constructor that accepts IltPattern
instead of IlPattern. |
| Constructors in ilog.tgo.grprim with parameters of type IlPattern | |
|---|---|
IltPattern.PatternWrapper(IlPattern p)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||