Package org.compiere.print.layout
Class LocationElement
- java.lang.Object
-
- org.compiere.print.layout.PrintElement
-
- org.compiere.print.layout.GridElement
-
- org.compiere.print.layout.LocationElement
-
- All Implemented Interfaces:
ImageObserver
,Serializable
public class LocationElement extends GridElement
Location/Address Element. Prints Addresses- Version:
- $Id: LocationElement.java,v 1.2 2006/07/30 00:53:02 jjanke Exp $
- Author:
- Jorg Janke, Teo Sarca, SC ARHIPAC SERVICE SRL
- BF [ 1888085 ] One line location field not working
- BF [ 1888094 ] PF: label and label suffix not working for location field
- BF [ 2695078 } Country is not translated on invoice, Michael Judd (Akuna Ltd)
- BF [ 2695078 ] Country is not translated on invoice
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.compiere.print.layout.PrintElement
LINK_COLOR, log, p_FieldAlignmentType, p_height, p_maxHeight, p_maxWidth, p_pageLocation, p_sizeCalculated, p_width
-
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
-
-
Constructor Summary
Constructors Constructor Description LocationElement(Properties ctx, int C_Location_ID, Font font, Paint color)
Deprecated.since 3.3.1bLocationElement(Properties ctx, int C_Location_ID, Font font, Paint color, boolean isHeightOneLine, String label, String labelSuffix, String language)
Constructor
-
Method Summary
-
Methods inherited from class org.compiere.print.layout.GridElement
calculateSize, paint, setData, setGap
-
Methods inherited from class org.compiere.print.layout.PrintElement
getAbsoluteLocation, getBounds, getCurrentPage, getDetailInfo, getDrillAcross, getDrillDown, getHeight, getHeight, getLocation, getPageCount, getPageLogic, getPrintData, getRowIndex, getWidth, imageUpdate, isTranslated, layout, setCurrentPage, setLocation, setMaxHeight, setMaxWidth, setPageLogic, setPrintData, setRowIndex, toString, translate, waitForLoad
-
-
-
-
Constructor Detail
-
LocationElement
public LocationElement(Properties ctx, int C_Location_ID, Font font, Paint color, boolean isHeightOneLine, String label, String labelSuffix, String language)
Constructor- Parameters:
ctx
- contextC_Location_ID
- locationfont
- fontcolor
- colorisHeightOneLine
-label
-labelSuffix
-
-
LocationElement
@Deprecated public LocationElement(Properties ctx, int C_Location_ID, Font font, Paint color)
Deprecated.since 3.3.1b
-
-