|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpGraphicContainment
This interface models the basic operations that define the structure of graphic instances.
IlvCompositeGraphic| Method Summary | |
|---|---|
void |
addChild(IlpGraphic child)
Deprecated. Adds a child to this graphic, creating a composite representation. |
int |
getChildCount()
Deprecated. Returns the number of child graphics. |
Collection |
getChildren()
Deprecated. Returns a collection with all graphics present in this composite. |
void |
removeChild(IlpGraphic child)
Deprecated. Removes the given child from this composite graphic. |
void |
removeChildren()
Deprecated. Removes all the children. |
| Method Detail |
|---|
void addChild(IlpGraphic child)
void removeChild(IlpGraphic child)
void removeChildren()
Collection getChildren()
int getChildCount()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||