ilog.cpl.graphic
Class IlpObjectFrameType

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.cpl.graphic.IlpObjectFrameType

public class IlpObjectFrameType
extends IlEnum

This class enumerates the possible frame types for a subnetwork.

Since:
JTGO 3.0

Nested Class Summary
static class IlpObjectFrameType.ObjectFrameTypeArrayEditor
          Static property editor for array of IlpObjectFrameType class.
static class IlpObjectFrameType.ObjectFrameTypeEditor
          Static property editor for the IlpObjectFrameType class.
 
Field Summary
static IlpObjectFrameType FILLED_RECTANGLE_FRAME
          This type defines a frame that displays a filled rectangle.
static IlEnumInfo metainfo
          Metainformation about frame type enumeration.
static IlpObjectFrameType NO_FRAME
          This type displays a subnetwork without a frame.
static IlpObjectFrameType TITLEBAR_FRAME
          This type defines a frame that displays a title bar.
 
Constructor Summary
IlpObjectFrameType()
          Default constructor.
IlpObjectFrameType(String name)
          Creates a new object frame type.
 
Method Summary
 void setName(String name)
          Sets the name of this object.
 
Methods inherited from class ilog.util.IlEnum
getName, intern, 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
Metainformation about frame type enumeration.


TITLEBAR_FRAME

public static final IlpObjectFrameType TITLEBAR_FRAME
This type defines a frame that displays a title bar.


FILLED_RECTANGLE_FRAME

public static final IlpObjectFrameType FILLED_RECTANGLE_FRAME
This type defines a frame that displays a filled rectangle.

See Also:
IlvFilledRectangle

NO_FRAME

public static final IlpObjectFrameType NO_FRAME
This type displays a subnetwork without a frame.

Constructor Detail

IlpObjectFrameType

public IlpObjectFrameType(String name)
Creates a new object frame type.


IlpObjectFrameType

public IlpObjectFrameType()
Default constructor. This constructor is used by CSS styling mechanism and is not meant to be called directly.

Internal method or field: do not use!
Method Detail

setName

public void setName(String name)
Sets the name of this object. This method is used by CSS styling mechanism and is not meant to be called directly.

Overrides:
setName in class IlEnum
Internal method or field: do not use!


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