HEADER

biouml.plugins.ginsim
Class GinSimNodeKernel

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
        |
        +--biouml.plugins.ginsim.GinSimNodeKernel

public class GinSimNodeKernel
extends BaseSupport


Field Summary
 final static StringELLIPSE_FORM_TYPE
           
 final static StringPOINT_FORM_TYPE
           
 final static StringRECT_FORM_TYPE
           

Constructor Summary
GinSimNodeKernel(String name, String formType)
           

Method Summary
 java.awt.ColorgetBackgroundColor()
           
 java.awt.ColorgetForegroundColor()
           
 StringgetFormType()
           
 voidsetBackgroundColor(java.awt.Color backgroundColor)
           
 voidsetForegroundColor(java.awt.Color foregroundColor)
           
 voidsetFormType(String formType)
           

Methods inherited from class biouml.standard.type.BaseSupport
getTitle, getType, setTitle

Methods inherited from class ru.biosoft.access.MutableDataElementSupport
getName, getOrigin, toString

Field Detail

ELLIPSE_FORM_TYPE

public final static String ELLIPSE_FORM_TYPE

POINT_FORM_TYPE

public final static String POINT_FORM_TYPE

RECT_FORM_TYPE

public final static String RECT_FORM_TYPE
Constructor Detail

GinSimNodeKernel

public GinSimNodeKernel(String name, String formType)
Method Detail

getBackgroundColor

public java.awt.Color getBackgroundColor()

getForegroundColor

public java.awt.Color getForegroundColor()

getFormType

public String getFormType()

setBackgroundColor

public void setBackgroundColor(java.awt.Color backgroundColor)

setForegroundColor

public void setForegroundColor(java.awt.Color foregroundColor)

setFormType

public void setFormType(String formType)

Association Links

to Class java.awt.Color

to Class java.awt.Color

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String


FOOTER

BOTTOM