org.utgenome.gwt.widget.client.impl
Class PathElement

java.lang.Object
  extended by org.utgenome.gwt.widget.client.impl.PathElement

public class PathElement
extends Object

Simple constant wrapper class.


Field Summary
static String ARC
           
static String CLOSE
           
static String CUBIC
           
static String END
           
static String LINETO
           
static String MOVETO
           
static String QUADRATIC
           
 
Constructor Summary
PathElement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARC

public static final String ARC
See Also:
Constant Field Values

CLOSE

public static final String CLOSE
See Also:
Constant Field Values

END

public static final String END
See Also:
Constant Field Values

LINETO

public static final String LINETO
See Also:
Constant Field Values

MOVETO

public static final String MOVETO
See Also:
Constant Field Values

CUBIC

public static final String CUBIC
See Also:
Constant Field Values

QUADRATIC

public static final String QUADRATIC
See Also:
Constant Field Values
Constructor Detail

PathElement

public PathElement()


Copyright © 2007-2012 utgenome.org. All Rights Reserved.