public interface IlpLayer
IlpLayer
is a set of consecutive layers in the same
IlvManager
.
The functions in this interface must only be called while the
IlvManager
is locked.
Note: This interface is subject to change in future versions.
Modifier and Type | Method and Description |
---|---|
int |
getEndIndex()
Returns the current index of the last manager layer in use by this
macro-layer, plus one.
|
IlvManagerLayer |
getLayerFor(IlvManager manager,
IlpGraphic graphic)
Returns the right manager layer for a given object.
|
int |
getStartIndex()
Returns the current index of the first manager layer in use by this
macro-layer.
|
boolean |
isVisible(IlvManager manager)
Returns the visibility of this macro-layer in the manager.
|
boolean |
isVisible(IlvManagerView view)
Returns the visibility of this macro-layer in a view.
|
void |
setVisible(IlvManager manager,
boolean visible)
Changes the visibility of this macro-layer in the manager.
|
void |
setVisible(IlvManager manager,
IlvManagerView view,
boolean visible)
Changes the visibility of this macro-layer in a view.
|
int getStartIndex()
int getEndIndex()
boolean isVisible(IlvManager manager)
boolean isVisible(IlvManagerView view)
void setVisible(IlvManager manager, boolean visible)
void setVisible(IlvManager manager, IlvManagerView view, boolean visible)
IlvManagerLayer getLayerFor(IlvManager manager, IlpGraphic graphic)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.