org.foray.ps.encode
Class CharSetWindowsANSI

java.lang.Object
  extended by org.foray.ps.encode.CharSet4a
      extended by org.foray.ps.encode.CharSetWindowsANSI
All Implemented Interfaces:
Serializable, org.axsl.ps.CharSet

public final class CharSetWindowsANSI
extends CharSet4a

Class containing hard-coded values that represent the "Windows ANSI" character set, also known as Windows Code Page 1252. Its members are the same as for the WinAnsiEncoding.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.axsl.ps.CharSet
org.axsl.ps.CharSet.Predefined
 
Field Summary
static long serialVersionUID
          Constant needed for serialization.
 
Method Summary
static CharSetWindowsANSI getInstance()
          Returns the singleton instance of this class.
 boolean isStatic()
          Indicates whether the data in this character set is static, that is, tied entirely to the class itself and not built dynamically.
 
Methods inherited from class org.foray.ps.encode.CharSet4a
getIndex, getName, getRegisteredCharSet, getRegisteredCharSet, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Constant needed for serialization.

See Also:
Constant Field Values
Method Detail

getInstance

public static CharSetWindowsANSI getInstance()
Returns the singleton instance of this class.

Returns:
The singleton isntance of this class.

isStatic

public boolean isStatic()
Indicates whether the data in this character set is static, that is, tied entirely to the class itself and not built dynamically. This is used primarily to determine whether the instance should actually be serialized. Static subclasses should override this method.

Overrides:
isStatic in class CharSet4a
Returns:
True iff all data in this glyph list is static and does not need to be serialized.


Copyright © 2017. All rights reserved.