public abstract class IlvAttachmentLocation extends Object implements IlvPersistentObject
IlvAttachable
IlvAttachable| Modifier and Type | Field and Description | 
|---|---|
| static IlvAttachmentLocation | BottomCenterAttachment to the bottom center point of the graphic instance. | 
| static IlvAttachmentLocation | BottomLeftAttachment to the bottom left corner of the graphic instance. | 
| static IlvAttachmentLocation | BottomRightAttachment to the bottom right corner of the graphic instance. | 
| static IlvAttachmentLocation | CenterAttachment to the center of the graphic instance. | 
| static IlvAttachmentLocation | CenterPostOrderFirstAttachment to the center of the graphic instance according to the postorder traversal scheme. | 
| static IlvAttachmentLocation | HotSpotAttachment to the hotspot point of the graphic instance. | 
| static IlvAttachmentLocation | LeftCenterAttachment to the left center point of the graphic instance. | 
| static IlvAttachmentLocation | LeftHotSpotAttachment to the left hotspot point of the graphic instance. | 
| static IlvAttachmentLocation | RightCenterAttachment to the right center point of the graphic instance. | 
| static IlvAttachmentLocation | TopCenterAttachment to the top center point of the graphic instance. | 
| static IlvAttachmentLocation | TopLeftAttachment to the top left corner of the graphic instance. | 
| static IlvAttachmentLocation | TopRightAttachment to the top right corner of the graphic instance. | 
| Constructor and Description | 
|---|
| IlvAttachmentLocation(String name)Creates a new attachment location with the given name. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Returns the name of the attachment location. | 
| abstract IlvPoint | getValue(IlvAttachable graphic)Gets the value of the location. | 
| void | setName(String name)Sets the name of the attachment location. | 
| abstract boolean | setValue(IlvAttachable graphic,
        IlvPoint value)Sets the value of the location, by moving the element. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic static final IlvAttachmentLocation TopLeft
public static final IlvAttachmentLocation TopCenter
public static final IlvAttachmentLocation TopRight
public static final IlvAttachmentLocation LeftCenter
public static final IlvAttachmentLocation Center
public static final IlvAttachmentLocation CenterPostOrderFirst
public static final IlvAttachmentLocation RightCenter
public static final IlvAttachmentLocation BottomLeft
public static final IlvAttachmentLocation BottomCenter
public static final IlvAttachmentLocation BottomRight
public static final IlvAttachmentLocation HotSpot
public static final IlvAttachmentLocation LeftHotSpot
public IlvAttachmentLocation(String name)
public abstract IlvPoint getValue(IlvAttachable graphic)
public abstract boolean setValue(IlvAttachable graphic, IlvPoint value)
true if the element's position has changed.public void setName(String name)
public String getName()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.