|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.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.X_AD_PrintFont |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MPrintFont(Ctx ctx,
int AD_PrintFont_ID,
String trxName)
Constructor |
|
MPrintFont(Ctx ctx,
ResultSet rs,
String trxName)
Constructor |
|
| Method Summary | |
|---|---|
static MPrintFont |
get(Ctx ctx,
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, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MPrintFont(Ctx ctx,
int AD_PrintFont_ID,
String trxName)
ctx - contextAD_PrintFont_ID - IDtrxName - transaction
public MPrintFont(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - ResultSettrxName - 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(Ctx ctx,
int AD_PrintFont_ID)
ctx - contextAD_PrintFont_ID - id
public static void main(String[] args)
args - args
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||