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.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 |
---|---|
IltLineStyle |
IltAbstractLegend.getLineStyle(IlpLineStyleKey key)
Deprecated.
Please use
getValue instead. |
IltLineStyle |
IltAbstractLegend.getLineStyle(IlpLineStyleKey key,
IltLineStyle defaultValue)
Deprecated.
Please use
getValue instead. |
IltLineStyle |
IltAbstractLegend.getLineStyle(IltKey.LineStyle key)
Deprecated.
This method is obsolete. Use
IlpLineStyleKey instead
of IltKey.LineStyle |
IltLineStyle |
IltAbstractLegend.getLineStyle(IltKey.LineStyle key,
IltLineStyle defaultValue)
Deprecated.
This method is obsolete. Use
IlpLineStyleKey instead
of IltKey.LineStyle |
Modifier and Type | Method and Description |
---|---|
IltLineStyle |
IltAbstractLegend.getLineStyle(IlpLineStyleKey key,
IltLineStyle defaultValue)
Deprecated.
Please use
getValue instead. |
IltLineStyle |
IltAbstractLegend.getLineStyle(IltKey.LineStyle key,
IltLineStyle defaultValue)
Deprecated.
This method is obsolete. Use
IlpLineStyleKey instead
of IltKey.LineStyle |
void |
IltAbstractLegend.setLineStyle(IlpLineStyleKey key,
IltLineStyle value)
Deprecated.
Please use
setValue instead. |
void |
IltAbstractLegend.setLineStyle(IltKey.LineStyle key,
IltLineStyle value)
Deprecated.
This method is obsolete. Use
IlpLineStyleKey instead
of IltKey.LineStyle |
Modifier and Type | Method and Description |
---|---|
IltLineStyle |
IltBaseRenderer.getBorderLineStyle()
Returns the line style of the base border.
|
IltLineStyle |
IltBaseRenderer.getDottedBorderLineStyle()
Returns the line style of the dotted border, or
null if no
dotted border is to be drawn. |
IltLineStyle |
IltBaseRenderer.getSelectionBorderLineStyle()
Returns the line style of the selection border, or
null if no
selection border is to be drawn. |
Modifier and Type | Method and Description |
---|---|
void |
IltNEBaseRenderer.General.setBorderLineStyle(IltLineStyle v)
Sets the line style of the shape border.
|
void |
IltBaseRenderer.setBorderLineStyle(IltLineStyle l)
Sets the line style of the base border.
|
void |
IltBaseRenderer.setDottedBorderLineStyle(IltLineStyle l)
Sets the line style of the dotted border, or
null if no
dotted border is to be drawn. |
void |
IltBaseRenderer.setSelectionBorderLineStyle(IltLineStyle l)
Sets the line style of the selection border, or
null if no
selection border is to be drawn. |
Modifier and Type | Class and Description |
---|---|
static class |
IltLineStyle.LineStyleWrapper
A line style which:
for thin lines makes an indirection to another
IlLineStyle ,
for thick lines fills all pixels in the foreground color. |
static class |
IltLineStyle.Solid
Describes a line style which fills all pixels in the foreground color.
|
Modifier and Type | Field and Description |
---|---|
static IltLineStyle |
IltLineStyle.Solid
This line style always fills the entire line with the foreground
color.
|
Modifier and Type | Method and Description |
---|---|
static IltLineStyle |
IltLineStyle.GetAlternatingLineStyle(float[] dashes)
Returns a line style with the given configuration if it exists.
|
static IltLineStyle |
IltLineStyle.NewAlternatingLineStyle(double[] dashes)
Deprecated.
Please use the method that takes a float array argument instead.
|
static IltLineStyle |
IltLineStyle.NewAlternatingLineStyle(float[] dashes)
Returns a new alternating line style.
|
Modifier and Type | Field and Description |
---|---|
static IltLineStyle |
IltrLineStyle.DisabledBorder |
static IltLineStyle |
IltrLineStyle.TroubledProtected |
static IltLineStyle |
IltrLineStyle.TroubledUnprotected |
Modifier and Type | Method and Description |
---|---|
static IltLineStyle |
IltrLineStyle.Get(String name)
Returns the line style with the given name.
|
static IltLineStyle |
IltrLineStyle.NewLineStyle(String name,
IltLineStyle linestyle)
Puts a new line style into the table under a given name.
|
Modifier and Type | Method and Description |
---|---|
static IltLineStyle |
IltrLineStyle.NewLineStyle(String name,
IltLineStyle linestyle)
Puts a new line style into the table under a given name.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.