Package | Description |
---|---|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.grprim |
Contains all the classes with graphic primitives and utilities used in the library.
|
Modifier and Type | Method and Description |
---|---|
static IltLineSpec |
IltLineSpec.NewBorderedLineSpec(double width,
double borderWidth,
Ilt1DPalette normalPalette,
Ilt1DPalette borderPalette)
Returns a new IltLineSpec which draws the middle of the line using
a palette, and additionally draws borders around it using another palette.
|
static IltLineSpec |
IltLineSpec.NewReliefLineSpec(double width,
double borderWidth,
Ilt1DPalette normalPalette,
Ilt1DPalette brightPalette,
Ilt1DPalette darkPalette)
Returns a new IltLineSpec which draws the middle of the line using
a palette, and additionally borders with a relief look.
|
static IltLineSpec |
IltLineSpec.NewSimpleLineSpec(double width,
Ilt1DPalette palette)
Returns a new IltLineSpec which draws the entire line using
a single Ilt1DPalette.
|
Modifier and Type | Method and Description |
---|---|
Ilt1DPalette |
Ilt1DPalette.getCurrentPalette() |
static Ilt1DPalette |
Ilt1DPalette.New1DPalette(float[] dashes,
Color foreground,
Color background)
Creates a new 1D palette.
|
static Ilt1DPalette |
Ilt1DPalette.New1DPalette(IlLineStyle linestyle,
Color foreground,
Color background)
Creates a new 1D palette.
|
static Ilt1DPalette |
Ilt1DPalette.NewSimple1DPalette(Color colour)
Creates a new mono-color 1D palette.
|
Modifier and Type | Method and Description |
---|---|
static void |
IltGraphicUtil.DrawDiamond(Graphics g,
int x1,
int y1,
int x2,
int y2,
Ilt1DPalette palette,
int thickness)
Draws the border of a diamond with a given thickness.
|
static void |
IltGraphicUtil.DrawLegacyShape(Graphics g,
Shape shape,
Ilt1DPalette palette,
double thickness,
int join)
Method created to address support call 1-43367250
(performance on remote XWindows).
|
static void |
IltGraphicUtil.DrawLine(Graphics g,
int x1,
int y1,
int x2,
int y2,
Ilt1DPalette palette)
Draws a line of thickness 1 in a given palette.
|
static void |
IltGraphicUtil.DrawLine(Graphics g,
int x1,
int y1,
int x2,
int y2,
Ilt1DPalette palette,
double thickness,
int cap)
Draws a line of a given thickness in a given palette.
|
static void |
IltGraphicUtil.DrawPolygon(Graphics g,
IltPolygon p,
Ilt1DPalette palette,
double apart,
double thickness,
int join)
Draws a polygon with a given thickness in a given palette.
|
static void |
IltGraphicUtil.DrawPolyline(Graphics g,
IltPolyline p,
Ilt1DPalette palette,
double thickness,
int cap,
int join)
Draws a sequence of consecutive lines with a given thickness in a given
palette.
|
static void |
IltGraphicUtil.DrawRect(Graphics g,
int x1,
int y1,
int x2,
int y2,
Ilt1DPalette palette,
int thickness)
Draws the border of a rectangle with a given thickness.
|
static void |
IltGraphicUtil.DrawReliefPolyline(Graphics g,
IltPolyline p,
Ilt1DPalette brightPalette,
Ilt1DPalette darkPalette,
double thickness,
int cap,
int join)
Draws a sequence of consecutive lines with a given thickness.
|
static void |
IltGraphicUtil.drawShape(Graphics g,
Shape shape,
Ilt1DPalette palette,
double width,
int cap,
int join,
boolean antialiasing)
Draws a shape with the given configuration.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.