net.sf.jasperreports.engine.util
Class JRTextAttribute

java.lang.Object
  extended by java.text.AttributedCharacterIterator.Attribute
      extended by net.sf.jasperreports.engine.util.JRTextAttribute
All Implemented Interfaces:
Serializable

public final class JRTextAttribute
extends AttributedCharacterIterator.Attribute

Version:
$Id: JRTextAttribute.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
static JRTextAttribute HYPERLINK
           
static JRTextAttribute IS_PDF_EMBEDDED
           
static JRTextAttribute PDF_ENCODING
           
static JRTextAttribute PDF_FONT_NAME
           
 
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
 
Method Summary
protected  Object readResolve()
          Resolves instances being deserialized to the predefined constants.
 
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PDF_FONT_NAME

public static final JRTextAttribute PDF_FONT_NAME

PDF_ENCODING

public static final JRTextAttribute PDF_ENCODING

IS_PDF_EMBEDDED

public static final JRTextAttribute IS_PDF_EMBEDDED

HYPERLINK

public static final JRTextAttribute HYPERLINK
Method Detail

readResolve

protected Object readResolve()
                      throws InvalidObjectException
Resolves instances being deserialized to the predefined constants.

Overrides:
readResolve in class AttributedCharacterIterator.Attribute
Throws:
InvalidObjectException


Copyright © 2012. All Rights Reserved.