mima.domain
Class Node.Frame

java.lang.Object
  extended by mima.domain.Node.Frame
Enclosing class:
Node

public static class Node.Frame
extends java.lang.Object

Enumeration for Node Frame

Author:
Virginio Carfagno

Field Summary
static Node.Frame CIRCLE
           
static Node.Frame NONE
           
static Node.Frame RECTANGLE
           
static Node.Frame UNDERLINE
           
 
Constructor Summary
private Node.Frame()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CIRCLE

public static final Node.Frame CIRCLE

NONE

public static final Node.Frame NONE

RECTANGLE

public static final Node.Frame RECTANGLE

UNDERLINE

public static final Node.Frame UNDERLINE
Constructor Detail

Node.Frame

private Node.Frame()