ilog.cpl.graphic.attachment
Class IlpAttachmentLocation

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.cpl.graphic.attachment.IlpAttachmentLocation

Deprecated. Please use ILOG JViews Composite Graphic support instead.

public abstract class IlpAttachmentLocation
extends IlEnum

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.

Since:
JTGO 3.0
See Also:
IlvCompositeGraphic, IlvAttachmentLayout, IlvAttachmentConstraint
Deprecated Since:
JTGO 4.0

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

metainfo

public static final IlEnumInfo metainfo
Deprecated. 
Contains metainformation about this IlEnum class.


TopLeft

public static final IlpAttachmentLocation TopLeft
Deprecated. Please use IlvAttachmentLocation.TopLeft instead.
Attachment to the top left corner of the graphic instance.

See Also:
IlvAttachmentLocation.TopLeft
Deprecated Since:
JTGO 4.0

TopCenter

public static final IlpAttachmentLocation TopCenter
Deprecated. Please use IlvAttachmentLocation.TopCenter instead.
Attachment to the top center point of the graphic instance.

See Also:
IlvAttachmentLocation.TopCenter
Deprecated Since:
JTGO 4.0

TopRight

public static final IlpAttachmentLocation TopRight
Deprecated. Please use IlvAttachmentLocation.TopRight instead.
Attachment to the top right corner of the graphic instance.

See Also:
IlvAttachmentLocation.TopRight
Deprecated Since:
JTGO 4.0

LeftCenter

public static final IlpAttachmentLocation LeftCenter
Deprecated. Please use IlvAttachmentLocation.LeftCenter instead.
Attachment to the left center point of the graphic instance.

See Also:
IlvAttachmentLocation.LeftCenter
Deprecated Since:
JTGO 4.0

Center

public static final IlpAttachmentLocation Center
Deprecated. Please use IlvAttachmentLocation.Center instead.
Attachment to the center of the graphic instance.

See Also:
IlvAttachmentLocation.Center
Deprecated Since:
JTGO 4.0

RightCenter

public static final IlpAttachmentLocation RightCenter
Deprecated. Please use IlvAttachmentLocation.RightCenter instead.
Attachment to the right center point of the graphic instance.

See Also:
IlvAttachmentLocation.RightCenter
Deprecated Since:
JTGO 4.0

BottomLeft

public static final IlpAttachmentLocation BottomLeft
Deprecated. Please use IlvAttachmentLocation.BottomLeft instead.
Attachment to the bottom left corner of the graphic instance.

See Also:
IlvAttachmentLocation.BottomLeft
Deprecated Since:
JTGO 4.0

BottomCenter

public static final IlpAttachmentLocation BottomCenter
Deprecated. Please use IlvAttachmentLocation.BottomCenter instead.
Attachment to the bottom center point of the graphic instance.

See Also:
IlvAttachmentLocation.BottomCenter
Deprecated Since:
JTGO 4.0

BottomRight

public static final IlpAttachmentLocation BottomRight
Deprecated. Please use IlvAttachmentLocation.BottomRight instead.
Attachment to the bottom right corner of the graphic instance.

See Also:
IlvAttachmentLocation.BottomRight
Deprecated Since:
JTGO 4.0

HotSpot

public static final IlpAttachmentLocation HotSpot
Deprecated. Please use IlvAttachmentLocation.HotSpot instead.
Attachment to the hotspot point of the graphic instance.

See Also:
IlvAttachmentLocation.HotSpot
Deprecated Since:
JTGO 4.0

LeftHotSpot

public static final IlpAttachmentLocation LeftHotSpot
Deprecated. Please use IlvAttachmentLocation.LeftHotSpot instead.
Attachment to the left hotspot point of the graphic instance.

See Also:
IlvAttachmentLocation.LeftHotSpot
Deprecated Since:
JTGO 4.0
Constructor Detail

IlpAttachmentLocation

public IlpAttachmentLocation(String name)
Deprecated. 
Creates a new attachment location with the given name.

Method Detail

getValue

public abstract IlpPoint getValue(IlpAttachable graphic)
Deprecated. 
Gets the value of the location.


setValue

public abstract boolean setValue(IlpAttachable graphic,
                                 IlpPoint value)
Deprecated. 
Sets the value of the location, by moving the element.

Returns:
true if the element's position has changed.

getSharedInstance

public static IlpAttachmentLocation getSharedInstance(String name)
Deprecated. 

Returns the shared attachment location instance identified by the given name.

Deprecated Since:
JTGO 4.0


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.