biouml.plugins.ginsim
Class GinSimNodeKernel
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.standard.type.BaseSupport
|
+--biouml.plugins.ginsim.GinSimNodeKernel
- public class GinSimNodeKernel
- extends BaseSupport
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
GinSimNodeKernel
public GinSimNodeKernel(String name, String formType)
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)
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
BOTTOM