|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.composite.IltcLayerPolicy
public abstract class IltcLayerPolicy
This class determines the layer in which a composite object is placed,
unless a layer is specified explicitly. An instance of this class is
associated with every IltcCompositeManager instance.
Deprecated. Please use class IltLayerPolicy instead.
| Constructor Summary | |
|---|---|
IltcLayerPolicy()
Default constructor. |
|
| Method Summary | |
|---|---|
abstract void |
attach(IltcCompositeManager mgr)
|
abstract void |
detach(IltcCompositeManager mgr)
|
IlpLayer |
getDefaultLayer(IlpGraphic graphic)
|
abstract IltcLayer |
getDefaultLayer(IltcCompositeGraphic graphic)
Returns the default layer to be used when adding a composite object to the manager. |
IltcLayer |
getElementLayer(IltcCompositeGraphic graphic,
ilog.tgo.composite.internal.IltcGraphicElement g)
Deprecated. |
IlvManagerLayer |
getSubNetworkLayer()
Returns the layer to be used for subgraphers or null if not available. |
abstract boolean |
isRemovable(IltcLayer layer)
Returns true if the specified layer is free to be removed
from the manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IltcLayerPolicy()
| Method Detail |
|---|
public abstract IltcLayer getDefaultLayer(IltcCompositeGraphic graphic)
public abstract boolean isRemovable(IltcLayer layer)
true if the specified layer is free to be removed
from the manager.
public IlvManagerLayer getSubNetworkLayer()
null if not available.
public IlpLayer getDefaultLayer(IlpGraphic graphic)
public IltcLayer getElementLayer(IltcCompositeGraphic graphic,
ilog.tgo.composite.internal.IltcGraphicElement g)
null means to use the composite
object's layer.
public abstract void attach(IltcCompositeManager mgr)
public abstract void detach(IltcCompositeManager mgr)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||