Package org.fugerit.java.doc.base.config
Class DocConstants
- java.lang.Object
-
- org.fugerit.java.doc.base.config.DocConstants
-
public class DocConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringALIGN_CENTERstatic StringALIGN_JUSTIFYstatic StringALIGN_JUSTIFYALLstatic StringALIGN_LEFTstatic StringALIGN_RIGHTstatic StringEURO_CONSTstatic StringSTYLE_BOLDstatic StringSTYLE_BOLDITALICstatic StringSTYLE_ITALICstatic StringSTYLE_NORMALstatic StringSTYLE_UNDERLINEstatic StringVALIGN_BOTTOMstatic StringVALIGN_MIDDLEstatic StringVALIGN_TOP
-
Constructor Summary
Constructors Constructor Description DocConstants()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEuro()static DocConstantsgetInstance()
-
-
-
Field Detail
-
EURO_CONST
public static final String EURO_CONST
- See Also:
- Constant Field Values
-
STYLE_BOLD
public static final String STYLE_BOLD
- See Also:
- Constant Field Values
-
STYLE_UNDERLINE
public static final String STYLE_UNDERLINE
- See Also:
- Constant Field Values
-
STYLE_ITALIC
public static final String STYLE_ITALIC
- See Also:
- Constant Field Values
-
STYLE_BOLDITALIC
public static final String STYLE_BOLDITALIC
- See Also:
- Constant Field Values
-
STYLE_NORMAL
public static final String STYLE_NORMAL
- See Also:
- Constant Field Values
-
ALIGN_CENTER
public static final String ALIGN_CENTER
- See Also:
- Constant Field Values
-
ALIGN_RIGHT
public static final String ALIGN_RIGHT
- See Also:
- Constant Field Values
-
ALIGN_LEFT
public static final String ALIGN_LEFT
- See Also:
- Constant Field Values
-
ALIGN_JUSTIFY
public static final String ALIGN_JUSTIFY
- See Also:
- Constant Field Values
-
ALIGN_JUSTIFYALL
public static final String ALIGN_JUSTIFYALL
- See Also:
- Constant Field Values
-
VALIGN_MIDDLE
public static final String VALIGN_MIDDLE
- See Also:
- Constant Field Values
-
VALIGN_TOP
public static final String VALIGN_TOP
- See Also:
- Constant Field Values
-
VALIGN_BOTTOM
public static final String VALIGN_BOTTOM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static DocConstants getInstance()
-
getEuro
public String getEuro()
-
-