|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TextRenderModeEnum>
it.stefanochizzolini.clown.documents.contents.TextRenderModeEnum
public enum TextRenderModeEnum
Glyph-outlines appearance on text showing [PDF:1.6:5.2.5].
Enum Constant Summary | |
---|---|
Clip
Apply text glyphs to path for clipping. |
|
Fill
Fill text glyphs. |
|
FillClip
Fill text glyphs, then apply to path for clipping. |
|
FillStroke
Fill, then stroke text glyphs. |
|
FillStrokeClip
Fill, then stroke text glyphs, then apply to path for clipping. |
|
Invisible
Do nothing (invisible text glyphs). |
|
Stroke
Stroke text glyphs. |
|
StrokeClip
Stroke text glyphs, then apply to path for clipping. |
Method Summary | |
---|---|
int |
getCode()
|
static TextRenderModeEnum |
valueOf(int code)
|
static TextRenderModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TextRenderModeEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TextRenderModeEnum Fill
public static final TextRenderModeEnum Stroke
public static final TextRenderModeEnum FillStroke
public static final TextRenderModeEnum Invisible
public static final TextRenderModeEnum FillClip
public static final TextRenderModeEnum StrokeClip
public static final TextRenderModeEnum FillStrokeClip
public static final TextRenderModeEnum Clip
Method Detail |
---|
public static TextRenderModeEnum[] values()
for (TextRenderModeEnum c : TextRenderModeEnum.values()) System.out.println(c);
public static TextRenderModeEnum valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static TextRenderModeEnum valueOf(int code)
public int getCode()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |