public static enum IStyledString.Style.BorderStyle extends Enum<IStyledString.Style.BorderStyle>
Enum Constant and Description |
---|
DASH
Dash thin border.
|
DOT
Dot thin border.
|
NONE
No border.
|
SOLID
Solid thin border.
|
Modifier and Type | Method and Description |
---|---|
static IStyledString.Style.BorderStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStyledString.Style.BorderStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStyledString.Style.BorderStyle NONE
public static final IStyledString.Style.BorderStyle SOLID
public static final IStyledString.Style.BorderStyle DOT
public static final IStyledString.Style.BorderStyle DASH
public static IStyledString.Style.BorderStyle[] values()
for (IStyledString.Style.BorderStyle c : IStyledString.Style.BorderStyle.values()) System.out.println(c);
public static IStyledString.Style.BorderStyle 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 null
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.