Uses of Class
org.compiere.print.MPrintColor
Package
Description
Provide interface and classes for iDempiere reporting engine.
-
Uses of MPrintColor in org.compiere.print
Modifier and TypeMethodDescriptionstatic MPrintColor
MPrintColor.get
(int AD_PrintColor_ID) Get Color from cache (immutable) if id = 0, it returns a new color (black) - but do not modify/save as cachedstatic MPrintColor
MPrintColor.get
(Properties ctx, int AD_PrintColor_ID) Get Color from cache (immutable) if id = 0, it returns a new color (black) - but do not modify/save as cachedstatic MPrintColor
MPrintColor.get
(Properties ctx, String AD_PrintColor_ID) Get ColorMPrintColor.markImmutable()
ModifierConstructorDescriptionMPrintColor
(Properties ctx, MPrintColor copy) Copy constructorMPrintColor
(Properties ctx, MPrintColor copy, String trxName) Copy constructorMPrintColor
(MPrintColor copy) Copy constructor