Package | Description |
---|---|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.graphic.renderer |
Provides classes and support to create base renderers for telecom objects.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
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.NewLineSpecFromLegendValues(IltLegend legend,
boolean innerValues)
Deprecated.
|
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.
|
abstract IltLineSpec |
IltLineSpec.scale(double factor)
Returns a scaled version of this linespec.
|
Modifier and Type | Method and Description |
---|---|
IltLineSpec |
IltTinyLinkBaseRenderer.getLineSpec()
Returns the line specification which is displayed.
|
IltLineSpec |
IltLogicalBaseRenderer.getLineSpec()
Returns the line specification which is displayed in the
left side of the logical drawing.
|
Modifier and Type | Method and Description |
---|---|
void |
IltTinyLinkBaseRenderer.setLineSpec(IltLineSpec spec)
Sets a line specification to be displayed.
|
void |
IltLogicalBaseRenderer.setLineSpec(IltLineSpec spec)
Sets a line specification to be displayed in the left side of the
logical drawing.
|
Modifier and Type | Method and Description |
---|---|
IltLineSpec |
IltLink.getRepresentation()
Deprecated.
|
IltLineSpec |
IltAbstractLink.getRepresentation()
Returns the graphic representation of the link, if fixed.
|
Modifier and Type | Method and Description |
---|---|
void |
IltLink.setRepresentation(IltLineSpec representation)
Deprecated.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.