Interface Attribute<V extends Serializable>
-
- Type Parameters:
V- type of value/payload carried by this instance
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractAttribute,Bold,BooleanAttribute,CharacterSetName,CodedFontName,CodepageName,FamilyName,FontName,FontStyleAttribute,IntegerAttribute,Italic,MappedFontName,Monospaced,Ordering,Plain,PostScriptName,ReferenceName,Registry,Serif,StringAttribute,Supplement,Symbolic
public interface Attribute<V extends Serializable> extends Serializable
Type-safe representation of one characteristic of a font.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vvalue()
-
-
-
Method Detail
-
value
V value()
- Returns:
- the payload carried by this instance
-
-