|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_PrintFont
org.compiere.print.MPrintFont
public class MPrintFont
AD_PrintFont Print Font Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_AD_PrintFont |
|---|
accessLevel, COLUMNNAME_AD_PrintFont_ID, COLUMNNAME_Code, COLUMNNAME_IsDefault, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MPrintFont(Properties ctx,
int AD_PrintFont_ID,
String trxName)
Constructor |
|
| Method Summary | |
|---|---|
static MPrintFont |
get(int AD_PrintFont_ID)
Get Font |
Font |
getFont()
Get Font |
static void |
main(String[] args)
Seed Fonts |
void |
setFont(Font font)
Set Font |
String |
toPS()
Get PostScript Level 2 definition. |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_AD_PrintFont |
|---|
get_AccessLevel, getAD_PrintFont_ID, getCode, getKeyNamePair, getName, initPO, isDefault, setAD_PrintFont_ID, setCode, setIsDefault, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MPrintFont(Properties ctx,
int AD_PrintFont_ID,
String trxName)
ctx - contextAD_PrintFont_ID - IDtrxName - transaction| Method Detail |
|---|
public Font getFont()
public void setFont(Font font)
font - Fontpublic String toString()
toString in class X_AD_PrintFontpublic String toPS()
public static MPrintFont get(int AD_PrintFont_ID)
AD_PrintFont_ID - id
public static void main(String[] args)
args - args
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||