org.foray.ps.encode
Class CharSetWindowsANSI
java.lang.Object
org.foray.ps.encode.CharSet4a
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 classes/interfaces inherited from interface org.axsl.ps.CharSet |
org.axsl.ps.CharSet.Predefined |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- Constant needed for serialization.
- See Also:
- Constant Field Values
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.