|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.util.IlEnum
ilog.cpl.graphic.attachment.IlpAttachmentLocation
public abstract class IlpAttachmentLocation
This class contains the code to manipulate the (x,y) value of a given
attachment point (for example, upper-right corner) of an
IlpAttachable object.
IlvCompositeGraphic,
IlvAttachmentLayout,
IlvAttachmentConstraint| Field Summary | |
|---|---|
static IlpAttachmentLocation |
BottomCenter
Deprecated. Please use IlvAttachmentLocation.BottomCenter instead. |
static IlpAttachmentLocation |
BottomLeft
Deprecated. Please use IlvAttachmentLocation.BottomLeft instead. |
static IlpAttachmentLocation |
BottomRight
Deprecated. Please use IlvAttachmentLocation.BottomRight instead. |
static IlpAttachmentLocation |
Center
Deprecated. Please use IlvAttachmentLocation.Center instead. |
static IlpAttachmentLocation |
HotSpot
Deprecated. Please use IlvAttachmentLocation.HotSpot instead. |
static IlpAttachmentLocation |
LeftCenter
Deprecated. Please use IlvAttachmentLocation.LeftCenter instead. |
static IlpAttachmentLocation |
LeftHotSpot
Deprecated. Please use IlvAttachmentLocation.LeftHotSpot instead. |
static IlEnumInfo |
metainfo
Deprecated. Contains metainformation about this IlEnum class. |
static IlpAttachmentLocation |
RightCenter
Deprecated. Please use IlvAttachmentLocation.RightCenter instead. |
static IlpAttachmentLocation |
TopCenter
Deprecated. Please use IlvAttachmentLocation.TopCenter instead. |
static IlpAttachmentLocation |
TopLeft
Deprecated. Please use IlvAttachmentLocation.TopLeft instead. |
static IlpAttachmentLocation |
TopRight
Deprecated. Please use IlvAttachmentLocation.TopRight instead. |
| Constructor Summary | |
|---|---|
IlpAttachmentLocation(String name)
Deprecated. Creates a new attachment location with the given name. |
|
| Method Summary | |
|---|---|
static IlpAttachmentLocation |
getSharedInstance(String name)
Deprecated. |
abstract IlpPoint |
getValue(IlpAttachable graphic)
Deprecated. Gets the value of the location. |
abstract boolean |
setValue(IlpAttachable graphic,
IlpPoint value)
Deprecated. Sets the value of the location, by moving the element. |
| Methods inherited from class ilog.util.IlEnum |
|---|
getName, intern, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IlEnumInfo metainfo
IlEnum class.
public static final IlpAttachmentLocation TopLeft
IlvAttachmentLocation.TopLeft instead.
IlvAttachmentLocation.TopLeftpublic static final IlpAttachmentLocation TopCenter
IlvAttachmentLocation.TopCenter instead.
IlvAttachmentLocation.TopCenterpublic static final IlpAttachmentLocation TopRight
IlvAttachmentLocation.TopRight instead.
IlvAttachmentLocation.TopRightpublic static final IlpAttachmentLocation LeftCenter
IlvAttachmentLocation.LeftCenter instead.
IlvAttachmentLocation.LeftCenterpublic static final IlpAttachmentLocation Center
IlvAttachmentLocation.Center instead.
IlvAttachmentLocation.Centerpublic static final IlpAttachmentLocation RightCenter
IlvAttachmentLocation.RightCenter instead.
IlvAttachmentLocation.RightCenterpublic static final IlpAttachmentLocation BottomLeft
IlvAttachmentLocation.BottomLeft instead.
IlvAttachmentLocation.BottomLeftpublic static final IlpAttachmentLocation BottomCenter
IlvAttachmentLocation.BottomCenter instead.
IlvAttachmentLocation.BottomCenterpublic static final IlpAttachmentLocation BottomRight
IlvAttachmentLocation.BottomRight instead.
IlvAttachmentLocation.BottomRightpublic static final IlpAttachmentLocation HotSpot
IlvAttachmentLocation.HotSpot instead.
IlvAttachmentLocation.HotSpotpublic static final IlpAttachmentLocation LeftHotSpot
IlvAttachmentLocation.LeftHotSpot instead.
IlvAttachmentLocation.LeftHotSpot| Constructor Detail |
|---|
public IlpAttachmentLocation(String name)
| Method Detail |
|---|
public abstract IlpPoint getValue(IlpAttachable graphic)
public abstract boolean setValue(IlpAttachable graphic,
IlpPoint value)
true if the element's position has changed.public static IlpAttachmentLocation getSharedInstance(String name)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||