API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute. TextSyntax View Source
Author(s)
David Mendenhall
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      TextSyntax
Implements
 Serializable
 Cloneable
Subclasses
Description
publicabstract abstract class TextSyntax
  Class TextSyntax is an abstract base class providing the common implementation of all attributes whose value is a string.
See also:   
Constructors
protected TextSyntax (String value, Locale locale)
  Constructs a TextAttribute with the specified string and locale.
Methods
Hide/Show inherited methods
public boolean equals (Object object)
  Returns whether this text attribute is equivalent to the passed in object.
public Locale getLocale ()
  Returns this text attribute's text string's natural language (locale).
public String getValue ()
  Returns this text attribute's text string.
public int hashCode ()
  Returns a hashcode for this text attribute.
public String toString ()
  Returns a String identifying this text attribute.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar