Package | Description |
---|---|
ilog.views.graphic.composite |
Provides classes for creating Composite Graphics.
|
ilog.views.graphic.composite.layout |
Provides classes for the layout of the decorations within an
IlvComposite . |
Modifier and Type | Method and Description |
---|---|
IlvAttachable[] |
IlvCompositeGraphic.getAttachables()
Returns the children of this object wrapped into
IlvAttachableGraphic instances. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAttachableGraphic
The class
IlvAttachableGraphic provides a concrete implementation
of IlvAttachable . |
Modifier and Type | Method and Description |
---|---|
IlvAttachable |
IlvAttachmentLayout.getAnchor()
Returns the anchor of this object.The anchor object is the
IlvAttachable instance used to attach the other elements. |
IlvAttachable[] |
IlvAttachableGraphic.getAttachables()
Returns the children of this objects if any, otherwise returns an empty array.
|
IlvAttachable[] |
IlvAttachable.getAttachables()
Returns the children of this objects if any, otherwise returns an empty array.
|
IlvAttachable |
IlvAttachableGraphic.getPostOrderFirstChild()
Returns the first child in the tree, according to the postorder traversal scheme.
|
IlvAttachable |
IlvAttachable.getPostOrderFirstChild()
Returns the first child in the tree, according to the postorder traversal scheme.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvStackerLayout.attach(IlvAttachable target)
Sets the constraints defined by the supplied
IlvAttachable |
void |
IlvLayoutManager.attach(IlvAttachable parent)
Sets the constraints defined by the supplied
IlvAttachable |
void |
IlvCenteredLayout.attach(IlvAttachable target)
Sets the constraints defined by the supplied
IlvAttachable |
void |
IlvCardLayout.attach(IlvAttachable target)
Sets the constraints defined by the supplied
IlvAttachable |
void |
IlvAttachmentLayout.attach(IlvAttachable target)
Sets the constraints.
|
IlvPoint |
IlvAttachmentConstraint.compute(IlvAttachable anchor,
IlvRect bboxAnchor)
Calculates the anchor point given the location and offset.
|
protected void |
IlvStackerLayout.computeChildrenAttachmentCoordinates(IlvAttachable target)
Computes the attachment coordinates of the children.
|
protected void |
IlvCardLayout.computeChildrenAttachmentCoordinates(IlvAttachable target)
Sets the attachment coordinates of the card with respect to
the attachment bounds of the specified target.
|
abstract IlvPoint |
IlvAttachmentLocation.getValue(IlvAttachable graphic)
Gets the value of the location.
|
void |
IlvStackerLayout.layoutGroup(IlvAttachable target)
Lays out the specified
IlvAttachable container. |
void |
IlvLayoutManager.layoutGroup(IlvAttachable parent)
Lays out the specified
IlvAttachable container. |
void |
IlvCenteredLayout.layoutGroup(IlvAttachable target)
Lays out the specified
IlvAttachable container. |
void |
IlvCardLayout.layoutGroup(IlvAttachable target)
Lays out the specified
IlvAttachable container. |
void |
IlvAttachmentLayout.layoutGroup(IlvAttachable parent)
Lays out the specified
IlvAttachable container. |
void |
IlvStackerLayout.removeConstraints(IlvAttachable element)
Removes the specified
IlvAttachable from the layout. |
void |
IlvLayoutManager.removeConstraints(IlvAttachable element)
Removes the specified
IlvAttachable from the layout. |
void |
IlvCenteredLayout.removeConstraints(IlvAttachable element)
Removes the specified
IlvAttachable from the layout. |
void |
IlvCardLayout.removeConstraints(IlvAttachable element)
Removes the specified
IlvAttachable from the layout. |
void |
IlvAttachmentLayout.removeConstraints(IlvAttachable element)
Removes the specified
IlvAttachable from the layout. |
void |
IlvAttachmentLayout.setAnchor(IlvAttachable anchor)
Sets the anchor.
|
void |
IlvStackerLayout.setConstraints(IlvAttachable element,
Object constraints)
The supplied
IlvAttachable is added at the end of the stack. |
void |
IlvLayoutManager.setConstraints(IlvAttachable element,
Object constraints)
Adds the specified
IlvAttachable to the layout, using the specified
constraint object. |
void |
IlvCenteredLayout.setConstraints(IlvAttachable element,
Object constraints)
Adds the specified
IlvAttachable to the layout, using the specified
constraint object. |
void |
IlvCardLayout.setConstraints(IlvAttachable element,
Object constraints)
Adds the specified
IlvAttachable to the layout, using the specified
constraint object. |
void |
IlvAttachmentLayout.setConstraints(IlvAttachable element,
Object constraints)
Adds the specified
IlvAttachable to the layout, using the
specified constraint object. |
boolean |
IlvLinkAttachmentLocation.setValue(IlvAttachable graphic,
IlvPoint value)
Sets the value of the location.
|
abstract boolean |
IlvAttachmentLocation.setValue(IlvAttachable graphic,
IlvPoint value)
Sets the value of the location, by moving the element.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.