Package eu.europa.esig.dss.pades
Class AbstractDSSFont
java.lang.Object
eu.europa.esig.dss.pades.AbstractDSSFont
- All Implemented Interfaces:
DSSFont
- Direct Known Subclasses:
DSSFileFont
,DSSJavaFont
public abstract class AbstractDSSFont extends Object implements DSSFont
-
Field Summary
Fields Modifier and Type Field Description protected static float
DEFAULT_TEXT_SIZE
protected Font
javaFont
protected float
size
-
Constructor Summary
Constructors Constructor Description AbstractDSSFont()
-
Method Summary
Modifier and Type Method Description Font
getJavaFont()
float
getSize()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.europa.esig.dss.pades.DSSFont
getInputStream, getName, isLogicalFont, setSize
-
Field Details
-
DEFAULT_TEXT_SIZE
protected static final float DEFAULT_TEXT_SIZE- See Also:
- Constant Field Values
-
javaFont
-
size
protected float size
-
-
Constructor Details
-
AbstractDSSFont
public AbstractDSSFont()
-
-
Method Details
-
getJavaFont
- Specified by:
getJavaFont
in interfaceDSSFont
-
getSize
public float getSize()
-