public static enum IPathRepOwner.Mode extends Enum<IPathRepOwner.Mode>
Enum Constant and Description |
---|
TANGENT
Display both vertices and tangents
|
VERTEX
Display only vertices
|
Modifier and Type | Method and Description |
---|---|
static IPathRepOwner.Mode |
read(org.vectomatic.dom.svg.OMSVGGElement g) |
static IPathRepOwner.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPathRepOwner.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
write(org.vectomatic.dom.svg.OMSVGGElement g) |
public static final IPathRepOwner.Mode TANGENT
public static final IPathRepOwner.Mode VERTEX
public static IPathRepOwner.Mode[] values()
for (IPathRepOwner.Mode c : IPathRepOwner.Mode.values()) System.out.println(c);
public static IPathRepOwner.Mode 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 void write(org.vectomatic.dom.svg.OMSVGGElement g)
public static IPathRepOwner.Mode read(org.vectomatic.dom.svg.OMSVGGElement g)
Copyright © 2018. All Rights Reserved.