|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvAttachmentLocation | |
|---|---|
| ilog.views.graphic.composite.layout | Provides classes for the layout of the decorations within an IlvComposite. |
| Uses of IlvAttachmentLocation in ilog.views.graphic.composite.layout |
|---|
| Subclasses of IlvAttachmentLocation in ilog.views.graphic.composite.layout | |
|---|---|
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
|
| Fields in ilog.views.graphic.composite.layout declared as IlvAttachmentLocation | |
|---|---|
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 segement 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 segement of the link, at a distance of 17 from the origin. |
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. |
| Methods in ilog.views.graphic.composite.layout that return IlvAttachmentLocation | |
|---|---|
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. |
| Methods in ilog.views.graphic.composite.layout with parameters of type IlvAttachmentLocation | |
|---|---|
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. |
| Constructors in ilog.views.graphic.composite.layout with parameters of type IlvAttachmentLocation | |
|---|---|
IlvAttachmentConstraint(IlvAttachmentLocation anchor,
float dx,
float 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,
float dx,
float dy)
Creates a new instance of an attachment using the provided hotspot, anchor, and offset values. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||