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 |
---|---|
IltPolyline |
IltLogicalPolyline.floor()
Deprecated.
Returns a polyline formed by the integers corresponding to this polyline.
|
static IltPolyline |
IltPolyPointsUtils.Floor(IlpPolyline poly)
Returns a polyline formed by the integers corresponding to a polyline.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
IltLineSpec.drawPolyline(Graphics g,
IltPolyline shape)
Draws a polyline using this style.
|
Modifier and Type | Method and Description |
---|---|
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 IlvRect |
IltBoundingBox.DrawPolyline(IltPolyline p,
double thickness,
double totalthickness,
int cap,
int join)
Returns the bounding box of a polyline with a given thickness.
|
static IlvRect |
IltBoundingBox.DrawPolyline(IltPolyline p,
double thickness,
int cap,
int join)
Returns the bounding box of a polyline with a given thickness.
|
static boolean |
IltContains.DrawPolyline(int x,
int y,
IltPolyline p,
double thickness,
int cap,
int join)
Tests for containment in a polyline.
|
static void |
IltGraphicUtil.DrawReliefPolyline(Graphics g,
IltPolyline p,
Color bright,
Color dark)
Draws a sequence of consecutive lines with thickness 1.
|
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.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.