|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.graphic.renderer.IltBaseRenderer
ilog.tgo.graphic.renderer.IltNEBaseRenderer
public abstract class IltNEBaseRenderer
This class encapsulates the drawing functionality for the base of a network element.
IltNetworkElement| Nested Class Summary | |
|---|---|
static class |
IltNEBaseRenderer.BSC
The base renderer for network elements of type IltNetworkElement.Type.BSC. |
static class |
IltNEBaseRenderer.BTS
The base renderer for network elements of type IltNetworkElement.Type.BTS. |
static class |
IltNEBaseRenderer.BTSEquipment
The base renderer for network elements of type IltNetworkElement.Type.BTSEquipment. |
static class |
IltNEBaseRenderer.ControlCluster
The base renderer for network elements of type IltNetworkElement.Type.ControlCluster. |
static class |
IltNEBaseRenderer.ControlComponent
The base renderer for network elements of type IltNetworkElement.Type.ControlComponent. |
static class |
IltNEBaseRenderer.ControlElement
The base renderer for network elements of type IltNetworkElement.Type.ControlElement. |
static class |
IltNEBaseRenderer.EquipmentShape
The base renderer for network elements of type IltNetworkElement.Type.EquipmentShape. |
static class |
IltNEBaseRenderer.General
The base renderer for network elements of type General. |
static class |
IltNEBaseRenderer.Graphic
The base renderer for network elements that are displayed using IlvGraphic objects. |
static class |
IltNEBaseRenderer.ManagementCluster
The base renderer for network elements of type IltNetworkElement.Type.ManagementCluster. |
static class |
IltNEBaseRenderer.ManagementComponent
The base renderer for network elements of type IltNetworkElement.Type.ManagementComponent. |
static class |
IltNEBaseRenderer.ManagementElement
The base renderer for network elements of type IltNetworkElement.Type.ManagementElement. |
static class |
IltNEBaseRenderer.MD
The base renderer for network elements of type IltNetworkElement.Type.MD. |
static class |
IltNEBaseRenderer.MSC
The base renderer for network elements of type IltNetworkElement.Type.MSC. |
static class |
IltNEBaseRenderer.MuxShape
The base renderer for network elements of type IltNetworkElement.Type.MuxShape. |
static class |
IltNEBaseRenderer.NE
The base renderer for network elements of type IltNetworkElement.Type.NE. |
static class |
IltNEBaseRenderer.NECluster
The base renderer for network element of type IltNetworkElement.Type.NECluster. |
static class |
IltNEBaseRenderer.NEClusterLogical
The base renderer for network element of type IltNetworkElement.Type.NECluster_Logical. |
static class |
IltNEBaseRenderer.NEComponent
The base renderer for network elements of type IltNetworkElement.Type.NEComponent. |
static class |
IltNEBaseRenderer.NEComponentLogical
The base renderer for network elements of type IltNetworkElement.Type.NEComponent_Logical. |
static class |
IltNEBaseRenderer.NELogical
The base renderer for network elements of type IltNetworkElement.Type.NE_Logical. |
static class |
IltNEBaseRenderer.NetworkShape
The base renderer for network elements of type IltNetworkElement.Type.NetworkShape. |
static class |
IltNEBaseRenderer.NMW
The base renderer for network elements of type IltNetworkElement.Type.NMW. |
static class |
IltNEBaseRenderer.Server
The base renderer for network elements of type IltNetworkElement.Type.Server. |
static class |
IltNEBaseRenderer.StationShape
The base renderer for network elements of type IltNetworkElement.Type.StationShape. |
static class |
IltNEBaseRenderer.SwitchShape
The base renderer for network elements of type IltNetworkElement.Type.SwitchShape. |
static class |
IltNEBaseRenderer.TransportShape
The base renderer for network elements of type IltNetworkElement.Type.TransportShape. |
| Field Summary | |
|---|---|
static IltNEBaseRenderer |
INVISIBLE_BASE_RENDERER
|
| Constructor Summary | |
|---|---|
protected |
IltNEBaseRenderer()
Used for normal base renderers |
protected |
IltNEBaseRenderer(ilog.tgo.graphic.renderer.internal.IltBaseRendererState state)
For compatibility purposes, internal use only ! |
| Method Summary | |
|---|---|
protected ilog.tgo.graphic.renderer.internal.IltBaseRendererState |
createBaseRendererState()
Creates the instance that stores all the base renderer configuration. |
abstract Dimension |
getPreferredSize(boolean collapsed)
Returns the preferred size of the base. |
boolean |
isCollapsed()
Returns the collapsed property of this renderer. |
protected boolean |
isExtraBorderOutside()
Indicates whether the extra borders should be drawn inside or outside the rect that is used to call drawExtraBorders. |
void |
setCollapsed(boolean v)
Sets the collapsed property of this renderer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final IltNEBaseRenderer INVISIBLE_BASE_RENDERER
| Constructor Detail |
|---|
protected IltNEBaseRenderer()
protected IltNEBaseRenderer(ilog.tgo.graphic.renderer.internal.IltBaseRendererState state)
For compatibility purposes, internal use only !
| Method Detail |
|---|
protected ilog.tgo.graphic.renderer.internal.IltBaseRendererState createBaseRendererState()
IltBaseRenderer
createBaseRendererState in class IltBaseRendererpublic abstract Dimension getPreferredSize(boolean collapsed)
collapsed - Indicates that the network element is collapsed.protected boolean isExtraBorderOutside()
rect that is used to call drawExtraBorders.
This implementation returns true, as the borders of network
elements should be drawn outside.
isExtraBorderOutside in class IltBaseRendererpublic void setCollapsed(boolean v)
v - Collapsed property.public boolean isCollapsed()
true if the object is in the collapsed representation.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||