@Deprecated public interface IlpGraphicContainment
IlvCompositeGraphic
Modifier and Type | Method and Description |
---|---|
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.
|
void addChild(IlpGraphic child)
void removeChild(IlpGraphic child)
void removeChildren()
Collection getChildren()
int getChildCount()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.