ilog.cpl.graphic
Interface IlpGraphicContainment

All Known Subinterfaces:
IlpGraphic
All Known Implementing Classes:
IlpAbstractGraphic, IlpAlarmBalloon, IlpBalloon, IlpCentered, IlpCompositeGraphic, IlpInfoBalloon, IlpLeafGraphic, IlpStacker, IltcCompositeGraphic, ilog.tgo.composite.internal.IltcGraphicChild, IltcGraphicElementAggregate, IltCompositeGraphic, IltGraphicElementAggregate

Deprecated. Please use ILOG JViews Composite Graphics instead.

public interface IlpGraphicContainment

This interface models the basic operations that define the structure of graphic instances.

Since:
JTGO 3.0
See Also:
IlvCompositeGraphic
Deprecated Since:
JTGO 4.0

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

addChild

void addChild(IlpGraphic child)
Deprecated. 
Adds a child to this graphic, creating a composite representation.


removeChild

void removeChild(IlpGraphic child)
Deprecated. 
Removes the given child from this composite graphic.


removeChildren

void removeChildren()
Deprecated. 
Removes all the children.


getChildren

Collection getChildren()
Deprecated. 
Returns a collection with all graphics present in this composite.


getChildCount

int getChildCount()
Deprecated. 
Returns the number of child graphics.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.