Uses of Class
mima.domain.Node.Frame

Packages that use Node.Frame
mima.domain   
 

Uses of Node.Frame in mima.domain
 

Fields in mima.domain declared as Node.Frame
private  Node.Frame Node._frame
           
static Node.Frame Node.Frame.CIRCLE
           
private static Node.Frame SubNode.DEFAULT_FRAME
           
private static Node.Frame CentralNode.DEFAULT_FRAME
           
static Node.Frame Node.Frame.NONE
           
static Node.Frame Node.Frame.RECTANGLE
           
static Node.Frame Node.Frame.UNDERLINE
           
 

Methods in mima.domain that return Node.Frame
 Node.Frame Node.getFrame()
           
 

Methods in mima.domain with parameters of type Node.Frame
private  void Node.checkNotNull(Node.Frame frame)
           
 void Node.setFrame(Node.Frame frame)
          PRE: frame !
 

Constructors in mima.domain with parameters of type Node.Frame
Node(java.lang.String title, Node.Frame frame)
          PRE: frame !