it.stefanochizzolini.clown.documents.contents.fonts
Enum StandardType1Font.FamilyEnum
java.lang.Object
java.lang.Enum<StandardType1Font.FamilyEnum>
it.stefanochizzolini.clown.documents.contents.fonts.StandardType1Font.FamilyEnum
- All Implemented Interfaces:
- Serializable, Comparable<StandardType1Font.FamilyEnum>
- Enclosing class:
- StandardType1Font
public static enum StandardType1Font.FamilyEnum
- extends Enum<StandardType1Font.FamilyEnum>
Courier
public static final StandardType1Font.FamilyEnum Courier
Helvetica
public static final StandardType1Font.FamilyEnum Helvetica
Times
public static final StandardType1Font.FamilyEnum Times
Symbol
public static final StandardType1Font.FamilyEnum Symbol
ZapfDingbats
public static final StandardType1Font.FamilyEnum ZapfDingbats
values
public static StandardType1Font.FamilyEnum[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (StandardType1Font.FamilyEnum c : StandardType1Font.FamilyEnum.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StandardType1Font.FamilyEnum valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
isSymbolic
public boolean isSymbolic()
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.