com.telelogic.rhapsody.core
Class IRPGraphElement.ImageLayout

java.lang.Object
  extended by com.telelogic.rhapsody.core.IRPGraphElement.ImageLayout
Enclosing interface:
IRPGraphElement

public static final class IRPGraphElement.ImageLayout
extends java.lang.Object

This class contains constant values for use with the method setImageLayout


Field Summary
static java.lang.String COMPARTMENT
          Set image layout in a compartment
static java.lang.String IMAGE_ONLY_SHOW_NAME
          Set image layout as show image only with name
static java.lang.String IMAGE_ONLY_WITHOUT_NAME
          Set image layout as show image only without name
static java.lang.String STRUCTURED
          Show image in structured layout
 
Constructor Summary
IRPGraphElement.ImageLayout()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRUCTURED

public static final java.lang.String STRUCTURED
Show image in structured layout

See Also:
Constant Field Values

IMAGE_ONLY_WITHOUT_NAME

public static final java.lang.String IMAGE_ONLY_WITHOUT_NAME
Set image layout as show image only without name

See Also:
Constant Field Values

IMAGE_ONLY_SHOW_NAME

public static final java.lang.String IMAGE_ONLY_SHOW_NAME
Set image layout as show image only with name

See Also:
Constant Field Values

COMPARTMENT

public static final java.lang.String COMPARTMENT
Set image layout in a compartment

See Also:
Constant Field Values
Constructor Detail

IRPGraphElement.ImageLayout

public IRPGraphElement.ImageLayout()