Package org.meteoinfo.layout
Class LayoutChart
- java.lang.Object
-
- org.meteoinfo.layout.LayoutElement
-
- org.meteoinfo.layout.LayoutChart
-
public class LayoutChart extends LayoutElement
-
-
Constructor Summary
Constructors Constructor Description LayoutChart()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartgetChart()Get chartvoidmoveUpdate()Move update methodvoidpaint(java.awt.Graphics2D g)Paint methodvoidpaintOnLayout(java.awt.Graphics2D g, PointF pageLocation, float zoom)Paint on layout methodvoidresizeUpdate()Resize update methodvoidsetChart(Chart value)Set chart-
Methods inherited from class org.meteoinfo.layout.LayoutElement
addLocationChangedListener, addSizeChangedListener, fireLocationChangedEvent, fireSizeChangedEvent, getBackColor, getBottom, getBounds, getElementType, getForeColor, getHeight, getLeft, getResizeAbility, getRight, getTop, getWidth, isDrawBackColor, isSelected, isVisible, pageToScreen, removeLocationChangedListener, removeSizeChangedListener, setBackColor, setDrawBackColor, setElementType, setForeColor, setHeight, setLeft, setResizeAbility, setSelected, setTop, setVisible, setWidth
-
-
-
-
Method Detail
-
getChart
public Chart getChart()
Get chart- Returns:
- The chart
-
setChart
public void setChart(Chart value)
Set chart- Parameters:
value- The chart
-
paint
public void paint(java.awt.Graphics2D g)
Description copied from class:LayoutElementPaint method- Specified by:
paintin classLayoutElement- Parameters:
g- Graphics2D
-
paintOnLayout
public void paintOnLayout(java.awt.Graphics2D g, PointF pageLocation, float zoom)Description copied from class:LayoutElementPaint on layout method- Specified by:
paintOnLayoutin classLayoutElement- Parameters:
g- Grahpics2DpageLocation- Page locationzoom- Zoom
-
moveUpdate
public void moveUpdate()
Description copied from class:LayoutElementMove update method- Specified by:
moveUpdatein classLayoutElement
-
resizeUpdate
public void resizeUpdate()
Description copied from class:LayoutElementResize update method- Specified by:
resizeUpdatein classLayoutElement
-
-