public enum FillingCurve2DType extends java.lang.Enum<FillingCurve2DType>
| Enum Constant and Description | 
|---|
Z_ORDER_LUPT  | 
Z_ORDER_OR  | 
Z_ORDER_XOR  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract FillingCurve2D | 
get(int depth)  | 
static FillingCurve2DType | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static FillingCurve2DType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final FillingCurve2DType Z_ORDER_OR
public static final FillingCurve2DType Z_ORDER_XOR
public static final FillingCurve2DType Z_ORDER_LUPT
public static FillingCurve2DType[] values()
for (FillingCurve2DType c : FillingCurve2DType.values()) System.out.println(c);
public static FillingCurve2DType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic abstract FillingCurve2D get(int depth)
Copyright © 2018 F.-X. Pineau, CDS, Observatoire Astronomique de Strasbourg, Universite de Strasbourg, CNRS. All Rights Reserved.