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.
|
Modifier and Type | Method and Description |
---|---|
IltPalette |
IltBaseRenderer.getBorderPalette()
Returns the palette of the base border.
|
protected IltPalette |
IltBaseRenderer.getDottedBorderPalette()
Returns the palette for the dotted border.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IltOPCBaseRenderer.Diamond.drawExtraBorder(Graphics g,
IlvTransformer t,
IlvRect rect,
IltPalette palette,
int distance,
int width) |
protected void |
IltOPCBaseRenderer.Clover.drawExtraBorder(Graphics g,
IlvTransformer t,
IlvRect rect,
IltPalette palette,
int distance,
int width) |
protected void |
IltNEBaseRenderer.NELogical.drawExtraBorder(Graphics g,
IlvTransformer t,
IlvRect rect,
IltPalette palette,
int distance,
int width)
Draws an extra border inside or outside the base depending
on the value returned by
isExtraBorderOutside() . |
protected void |
IltNEBaseRenderer.ControlComponent.drawExtraBorder(Graphics g,
IlvTransformer t,
IlvRect rect,
IltPalette palette,
int distance,
int width)
Draws an extra border inside or outside the base depending
on the value returned by
isExtraBorderOutside() . |
protected void |
IltNEBaseRenderer.ManagementElement.drawExtraBorder(Graphics g,
IlvTransformer t,
IlvRect rect,
IltPalette palette,
int distance,
int width)
Draws an extra border inside or outside the base depending
on the value returned by
isExtraBorderOutside() . |
protected void |
IltBaseRenderer.drawExtraBorder(Graphics g,
IlvTransformer t,
IlvRect rect,
IltPalette palette,
int distance,
int width)
Draws an extra border inside or outside the base depending
on the value returned by
isExtraBorderOutside() . |
protected void |
IltBTSAntennaBaseRenderer.Standard.drawExtraBorder(Graphics g,
IlvTransformer t,
IlvRect rect,
IltPalette palette,
int distance,
int thickness) |
protected void |
IltBTSAntennaBaseRenderer.Offscreen.drawExtraBorder(Graphics grp,
IlvTransformer transf,
IlvRect rect,
IltPalette palette,
int distance,
int thickness) |
protected void |
IltBTSAntennaBaseRenderer.Offscreen.drawExtraBorder(Graphics grp,
Shape shape,
IltPalette palette)
Draws the extra border for a given border
Shape . |
Modifier and Type | Class and Description |
---|---|
class |
Ilt1DPalette
This class defines a collection of graphics parameters, called palette,
used for drawing 1-dimensional objects, i.e. mainly lines.
|
class |
Ilt2DPalette
This class defines a collection of graphics parameters, called palette,
used for drawing 2-dimensional areas.
|
Modifier and Type | Method and Description |
---|---|
static void |
IltGraphicUtil.DrawPolygon(Graphics g,
IlvTransformer t,
IltPolygon p,
IltPalette palette,
double apart,
double thickness,
int join)
Draws a polygon with a given thickness in a given palette.
|
static void |
IltGraphicUtil.DrawRect(Graphics g,
IlvTransformer t,
int x1,
int y1,
int x2,
int y2,
IltPalette palette,
int thickness)
Draws the border of a rectangle with a given thickness.
|
static void |
IltGraphicUtil.DrawShape(Graphics g,
Shape shape,
IltPalette palette,
double width,
int cap,
int join,
boolean antialiasing)
Draws a shape with the given configuration.
|
static void |
IltGraphicUtil.FillRect(Graphics g,
IlvTransformer t,
int x1,
int y1,
int x2,
int y2,
IltPalette palette)
Draws a filled rectangle with thickness 1 in a given palette.
|
static void |
IltGraphicUtil.FillShape(Graphics g,
IlvTransformer t,
Shape shape,
IltPalette palette,
boolean antialiasing)
Draws a shape with the given configuration.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.