PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents.fonts
Enum StandardType1Font.FamilyEnum

java.lang.Object
  extended by java.lang.Enum<StandardType1Font.FamilyEnum>
      extended by 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>


Enum Constant Summary
Courier
           
Helvetica
           
Symbol
           
Times
           
ZapfDingbats
           
 
Method Summary
 boolean isSymbolic()
           
static StandardType1Font.FamilyEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StandardType1Font.FamilyEnum[] 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

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
Method Detail

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()

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.