org.xistrat.bean
Class FigureConstants

java.lang.Object
  extended by org.xistrat.bean.FigureConstants

public final class FigureConstants
extends java.lang.Object

constant type specific piece data moved out of figure data bean into here

Since:
0.6.34

Field Summary
static int[] distInEdges
           
static java.lang.String[] name
           
static int[] stepLevel
           
static int[] stepSize
           
static boolean[] symmetric
           
 
Constructor Summary
FigureConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public static final java.lang.String[] name

distInEdges

public static final int[] distInEdges

stepSize

public static final int[] stepSize

stepLevel

public static final int[] stepLevel

symmetric

public static final boolean[] symmetric
Constructor Detail

FigureConstants

public FigureConstants()