Package org.compiere.print.layout
Class GraphElement
java.lang.Object
org.compiere.print.layout.PrintElement
org.compiere.print.layout.GraphElement
- All Implemented Interfaces:
ImageObserver,Serializable
@Deprecated(since="13",
forRemoval=true)
@GeneratedCodeCoverageExclusion
public class GraphElement
extends PrintElement
Deprecated, for removal: This API element is subject to removal in a future version.
not fully implemented
Graphic Element
- Version:
- $Id: GraphElement.java,v 1.2 2006/07/30 00:53:02 jjanke Exp $
- Author:
- Jorg Janke
- See Also:
-
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_widthFields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated, for removal: This API element is subject to removal in a future version.Layout and Calculate Size Set p_width and p_heightvoidpaint(Graphics2D g2D, int pageNo, Point2D pageStart, Properties ctx, boolean isView) Deprecated, for removal: This API element is subject to removal in a future version.Paint/Print.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 Details
-
GraphElement
Deprecated, for removal: This API element is subject to removal in a future version.Constructor- Parameters:
pg- graph model
-
-
Method Details
-
calculateSize
protected boolean calculateSize()Deprecated, for removal: This API element is subject to removal in a future version.Layout and Calculate Size Set p_width and p_height- Specified by:
calculateSizein classPrintElement- Returns:
- true if calculated
-
paint
Deprecated, for removal: This API element is subject to removal in a future version.Paint/Print.- Specified by:
paintin classPrintElement- Parameters:
g2D- GraphicspageNo- page number for multi page support (0 = header/footer)pageStart- top left Location of pagectx- contextisView- true if online view (IDs are links)
-