Searched refs:AttributeValues (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeMap.java55 import static sun.font.AttributeValues.*;
58 private AttributeValues values;
61 public AttributeMap(AttributeValues values) {
74 public AttributeValues getValues() {
H A DAttributeValues.java60 public final class AttributeValues implements Cloneable { class in inherits:Cloneable
92 private static final AttributeValues DEFAULT = new AttributeValues();
267 public void set(EAttribute a, AttributeValues src) {
308 public AttributeValues merge(Map<? extends Attribute, ?>map) {
312 public AttributeValues merge(Map<? extends Attribute, ?>map,
332 public AttributeValues merge(AttributeValues src) {
336 public AttributeValues merge(AttributeValues sr
[all...]
H A DDecoration.java50 import static sun.font.AttributeValues.*;
87 AttributeValues.getMask(EFOREGROUND, EBACKGROUND, ESWAP_COLORS,
91 public static Decoration getDecoration(AttributeValues values) {
114 return getDecoration(AttributeValues.fromMap(attributes));
H A DTextSourceLabel.java120 return AttributeValues.getBaselineTransform(font.getAttributes());
H A DExtendedTextSourceLabel.java99 baseTX = AttributeValues.getBaselineTransform(atts);
103 AffineTransform charTX = AttributeValues.getCharTransform(atts);
H A DGlyphLayout.java374 AttributeValues values = ((AttributeMap)font.getAttributes()).getValues();
H A DStandardGlyphVector.java177 AttributeValues values = ((AttributeMap)font.getAttributes()).getValues();
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java51 import sun.font.AttributeValues;
409 private transient AttributeValues values;
459 * Return the AttributeValues object associated with this
463 * set in the AttributeValues object.
465 * <p>Since the AttributeValues object is mutable, and it
469 private AttributeValues getAttributeValues() {
471 AttributeValues valuesTmp = new AttributeValues();
645 private Font(AttributeValues values, String oldName, int oldStyle,
694 initFromValues(AttributeValues
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextMeasurer.java56 import sun.font.AttributeValues;
215 NumericShaper shaper = AttributeValues.getNumericShaping(paragraphAttrs);
228 fJustifyRatio = AttributeValues.getJustification(paragraphAttrs);
H A DTextLayout.java61 import sun.font.AttributeValues;
571 justifyRatio = AttributeValues.getJustification(paragraphAttrs);
572 NumericShaper shaper = AttributeValues.getNumericShaping(paragraphAttrs);
H A DTextLine.java50 import sun.font.AttributeValues;
917 AttributeValues values = null;
919 values = AttributeValues.fromMap(attributes);

Completed in 59 milliseconds