Package | Description |
---|---|
ilog.views.graphic.composite.layout |
Provides classes for the layout of the decorations within an
IlvComposite . |
Modifier and Type | Class and Description |
---|---|
class |
IlvLinkAttachmentLocation
This class contains the code to manipulate the (x,y) value of a given
attachment point (for example, upper-right corner) of an IlvAttachable
|
Modifier and Type | Field and Description |
---|---|
static IlvAttachmentLocation |
IlvAttachmentLocation.BottomCenter
Attachment to the bottom center point of the graphic instance.
|
static IlvAttachmentLocation |
IlvAttachmentLocation.BottomLeft
Attachment to the bottom left corner of the graphic instance.
|
static IlvAttachmentLocation |
IlvAttachmentLocation.BottomRight
Attachment to the bottom right corner of the graphic instance.
|
static IlvAttachmentLocation |
IlvAttachmentLocation.Center
Attachment to the center of the graphic instance.
|
static IlvAttachmentLocation |
IlvAttachmentLocation.CenterPostOrderFirst
Attachment to the center of the graphic instance according to the postorder traversal scheme.
|
static IlvAttachmentLocation |
IlvLinkAttachmentLocation.FromLink
This is the point on the first segment of the link, at a distance of 17
from the origin.
|
static IlvAttachmentLocation |
IlvAttachmentLocation.HotSpot
Attachment to the hotspot point of the graphic instance.
|
static IlvAttachmentLocation |
IlvAttachmentLocation.LeftCenter
Attachment to the left center point of the graphic instance.
|
static IlvAttachmentLocation |
IlvAttachmentLocation.LeftHotSpot
Attachment to the left hotspot point of the graphic instance.
|
static IlvAttachmentLocation |
IlvLinkAttachmentLocation.MiddleLink
This is the "midpoint" of the polyline, that is, the midpoint of
the segment which is closest to the midpoint of the segment
lengths.
|
static IlvAttachmentLocation |
IlvAttachmentLocation.RightCenter
Attachment to the right center point of the graphic instance.
|
static IlvAttachmentLocation |
IlvLinkAttachmentLocation.ToLink
This is the point on the last segment of the link, at a distance of 17
from the destination.
|
static IlvAttachmentLocation |
IlvAttachmentLocation.TopCenter
Attachment to the top center point of the graphic instance.
|
static IlvAttachmentLocation |
IlvAttachmentLocation.TopLeft
Attachment to the top left corner of the graphic instance.
|
static IlvAttachmentLocation |
IlvAttachmentLocation.TopRight
Attachment to the top right corner of the graphic instance.
|
Modifier and Type | Method and Description |
---|---|
static IlvAttachmentLocation |
IlvLinkAttachmentLocation.atFromLink(float distance)
This is the point on the first segment of the link, at a given
distance from the origin.
|
static IlvAttachmentLocation |
IlvLinkAttachmentLocation.atToLink(float distance)
This is the point on the last segment of the link, at a given
distance from the destination.
|
IlvAttachmentLocation |
IlvAttachmentConstraint.getAnchor()
Returns the location of this constraint.
|
IlvAttachmentLocation |
IlvAttachmentConstraint.getHotSpot()
Returns the location of this constraint.
|
IlvAttachmentLocation |
IlvAttachmentConstraint.getRotationCenter()
Returns the rotation center on the child used with this attachment.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAttachmentConstraint.setAnchor(IlvAttachmentLocation anchor)
Sets the location of this constraint.
|
void |
IlvAttachmentConstraint.setHotSpot(IlvAttachmentLocation hotSpot)
Sets the location of this constraint.
|
void |
IlvAttachmentConstraint.setRotationCenter(IlvAttachmentLocation rotationCenter)
Defines the rotation center on the child used with this attachment.
|
Constructor and Description |
---|
IlvAttachmentConstraint(IlvAttachmentLocation anchor,
double dx,
double dy)
Creates a new instance of an attachment using the provided location,
reference, and offset values.
|
IlvAttachmentConstraint(IlvAttachmentLocation hotSpot,
IlvAttachmentLocation anchor)
Creates a new instance of an attachment using the provided hotspot, anchor
values.
|
IlvAttachmentConstraint(IlvAttachmentLocation hotSpot,
IlvAttachmentLocation anchor,
double dx,
double dy)
Creates a new instance of an attachment using the provided hotspot, anchor,
and offset values.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.