This class is not part of the public API.

Class: sun.font.AttributeValues

  • public final class AttributeValues
  • implements Cloneable

Inheritance

Superclass tree: Implements:

Methods

Fields

  • DEFAULT

    static final private AttributeValues DEFAULT
  • DEFINED_KEY

    static final private String DEFINED_KEY = "sun.font.attributevalues.defined_key"
  • MASK_ALL

    public static final int MASK_ALL
  • background

    private Paint background
  • baselineTransform

    private AffineTransform baselineTransform
  • bidiEmbedding

    private byte bidiEmbedding
  • charReplacement

    private GraphicAttribute charReplacement
  • charTransform

    private AffineTransform charTransform
  • defined

    private int defined
  • family

    private String family
  • font

    private Font font
  • foreground

    private Paint foreground
  • imHighlight

    private Object imHighlight
  • imUnderline

    private byte imUnderline
  • justification

    private float justification
  • kerning

    private byte kerning
  • ligatures

    private byte ligatures
  • nondefault

    private int nondefault
  • numericShaping

    private NumericShaper numericShaping
  • posture

    private float posture
  • runDirection

    private byte runDirection
  • size

    private float size
  • strikethrough

    private boolean strikethrough
  • superscript

    private byte superscript
  • swapColors

    private boolean swapColors
  • tracking

    private float tracking
  • transform

    private AffineTransform transform
  • underline

    private byte underline
  • weight

    private float weight
  • width

    private float width