static enum VisAttributes.LineStyle extends Enum<VisAttributes.LineStyle>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static VisAttributes.LineStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisAttributes.LineStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisAttributes.LineStyle UNBROKEN
public static final VisAttributes.LineStyle DASHED
public static final VisAttributes.LineStyle DOTTED
private String s
public static VisAttributes.LineStyle[] values()
for (VisAttributes.LineStyle c : VisAttributes.LineStyle.values()) System.out.println(c);
public static VisAttributes.LineStyle 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<VisAttributes.LineStyle>
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.