|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpLayer
An 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.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||