public abstract class IltcLayerPolicy extends Object
IltcCompositeManager
instance.
Deprecated. Please use class IltLayerPolicy
instead.
Constructor and Description |
---|
IltcLayerPolicy()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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. |
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)
@Deprecated 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)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.