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 floatDEFAULT_TEXT_SIZEprotected FontjavaFontprotected floatsize
-
Constructor Summary
Constructors Constructor Description AbstractDSSFont()
-
Method Summary
Modifier and Type Method Description FontgetJavaFont()floatgetSize()-
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 Detail
-
DEFAULT_TEXT_SIZE
protected static final float DEFAULT_TEXT_SIZE
- See Also:
- Constant Field Values
-
javaFont
protected Font javaFont
-
size
protected float size
-
-
Method Detail
-
getJavaFont
public Font getJavaFont()
- Specified by:
getJavaFontin interfaceDSSFont
-
-