jsynoptic.builtin
Class AutomatonShape.Cell

java.lang.Object
  extended by jsynoptic.builtin.AutomatonShape.Cell
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AutomatonShape

public static class AutomatonShape.Cell
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.awt.Color backgroundColor
           
 java.awt.Color frameColor
           
 java.lang.String text
           
 java.awt.Color textColor
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frameColor

public java.awt.Color frameColor

backgroundColor

public java.awt.Color backgroundColor

textColor

public java.awt.Color textColor

text

public java.lang.String text