public static enum SVGRenderTargetBuilder.LengthUnit extends Enum<SVGRenderTargetBuilder.LengthUnit>
| Enum Constant and Description |
|---|
CENTIMETER |
INCH |
MILLIMETER |
PERCENTAGE |
PIXELS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SVGRenderTargetBuilder.LengthUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVGRenderTargetBuilder.LengthUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVGRenderTargetBuilder.LengthUnit CENTIMETER
public static final SVGRenderTargetBuilder.LengthUnit MILLIMETER
public static final SVGRenderTargetBuilder.LengthUnit INCH
public static final SVGRenderTargetBuilder.LengthUnit PIXELS
public static final SVGRenderTargetBuilder.LengthUnit PERCENTAGE
public static SVGRenderTargetBuilder.LengthUnit[] values()
for (SVGRenderTargetBuilder.LengthUnit c : SVGRenderTargetBuilder.LengthUnit.values()) System.out.println(c);
public static SVGRenderTargetBuilder.LengthUnit valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<SVGRenderTargetBuilder.LengthUnit>Copyright © 2007–2016 Gephi Consortium. All rights reserved.