|
||||||||||
| 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.IlpObjectFrameType
public class IlpObjectFrameType
This class enumerates the possible frame types for a subnetwork.
| 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 |
|---|
public static final IlEnumInfo metainfo
public static final IlpObjectFrameType TITLEBAR_FRAME
public static final IlpObjectFrameType FILLED_RECTANGLE_FRAME
IlvFilledRectanglepublic static final IlpObjectFrameType NO_FRAME
| Constructor Detail |
|---|
public IlpObjectFrameType(String name)
public IlpObjectFrameType()
| Method Detail |
|---|
public void setName(String name)
setName in class IlEnum
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||