Package | Description |
---|---|
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 |
---|---|
Ilt2DPalette |
IltBaseRenderer.getBrightPalette()
Returns the palette for the brighter parts of the border.
|
Ilt2DPalette |
IltBaseRenderer.getDarkPalette()
Returns the palette for the darker parts of the border.
|
protected Ilt2DPalette |
IltShelfBaseRenderer.getFramePalette()
Returns the palette of the shelf frame.
|
Ilt2DPalette |
IltBaseRenderer.getPalette()
Returns the palette of the face part.
|
Modifier and Type | Method and Description |
---|---|
Ilt2DPalette |
Ilt2DPalette.getCurrentPalette() |
static Ilt2DPalette |
Ilt2DPalette.New2DPalette(Color foreground,
Color background,
Image fillTexture)
Creates a new 2D palette using a texture.
|
static Ilt2DPalette |
Ilt2DPalette.New2DPalette(IlPattern pattern,
Color foreground,
Color background)
Deprecated.
Please use a constructor that accepts
IltPattern
instead of IlPattern . |
static Ilt2DPalette |
Ilt2DPalette.New2DPalette(IltPattern pattern,
Color foreground,
Color background)
Creates a new 2D palette.
|
static Ilt2DPalette |
Ilt2DPalette.New2DPalette(int fillStyle,
Color fillColor1,
Color fillColor2,
float fillStart,
float fillEnd,
float fillAngle)
Creates a new 2D palette.
|
static Ilt2DPalette |
Ilt2DPalette.NewSimple2DPalette(Color colour)
Creates a new mono-color 2D palette.
|
Modifier and Type | Method and Description |
---|---|
static void |
IltGraphicUtil._FillRect(Graphics g,
IlvTransformer t,
int x1,
int y1,
int x2,
int y2,
Ilt2DPalette palette)
Draws a filled rectangle with thickness 1 in a given palette.
|
static void |
IltGraphicUtil.DrawDiamond(Graphics g,
IlvTransformer t,
int x1,
int y1,
int x2,
int y2,
Ilt2DPalette palette,
int thickness)
Draws the border of a diamond with a given thickness.
|
static void |
IltGraphicUtil.DrawRect(Graphics g,
IlvTransformer t,
int x1,
int y1,
int x2,
int y2,
Ilt2DPalette palette,
int thickness)
Draws the border of a rectangle with a given thickness.
|
static void |
IltGraphicUtil.DrawReliefDiamond(Graphics g,
IlvTransformer t,
int x1,
int y1,
int x2,
int y2,
Ilt2DPalette brightPalette,
Ilt2DPalette darkPalette,
int thickness)
Draws the border of a diamond with a given thickness and relief-like:
the upper side is brighter, the down side is darker.
|
static void |
IltGraphicUtil.DrawReliefRect(Graphics g,
IlvTransformer t,
int x1,
int y1,
int x2,
int y2,
Ilt2DPalette brightPalette,
Ilt2DPalette darkPalette,
int thickness)
Draws the border of a rectangle with a given thickness and relief-like:
the upper and left sides are brighter, the right and down sides are darker.
|
static void |
IltGraphicUtil.FillDiamond(Graphics g,
IlvTransformer t,
int x1,
int y1,
int x2,
int y2,
Ilt2DPalette palette)
Fills a diamond.
|
static void |
IltGraphicUtil.FillPolygon(Graphics g,
IlvTransformer t,
IltPolygon polygon,
Ilt2DPalette palette)
Draws a filled polygon, including its border, in a given palette.
|
static void |
IltGraphicUtil.FillRect(Graphics g,
IlvTransformer t,
int x1,
int y1,
int x2,
int y2,
Ilt2DPalette palette)
Draws a filled rectangle with thickness 1 in a given palette.
|
Modifier and Type | Field and Description |
---|---|
static Ilt2DPalette |
Iltr2DPalette.NotInstalled
This is the palette of a network element whose style is
IltBaseStyle.NotInstalled . |
static Ilt2DPalette |
Iltr2DPalette.NotInstalledBorder
This is the palette of the border of a network element whose style is
IltBaseStyle.NotInstalled . |
static Ilt2DPalette |
Iltr2DPalette.OutOfServiceBorder
This is the palette of the border of a network element whose style is
IltBaseStyle.OutOfService . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.