类 LayoutChart
- java.lang.Object
-
- org.meteoinfo.layout.LayoutElement
-
- org.meteoinfo.layout.LayoutChart
-
public class LayoutChart extends LayoutElement
- 作者:
- yaqiang
-
-
构造器概要
构造器 构造器 说明 LayoutChart()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 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-
从类继承的方法 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
-
-
-
-
方法详细资料
-
getChart
public Chart getChart()
Get chart- 返回:
- The chart
-
setChart
public void setChart(Chart value)
Set chart- 参数:
value- The chart
-
paint
public void paint(java.awt.Graphics2D g)
从类复制的说明:LayoutElementPaint method- 指定者:
paint在类中LayoutElement- 参数:
g- Graphics2D
-
paintOnLayout
public void paintOnLayout(java.awt.Graphics2D g, PointF pageLocation, float zoom)从类复制的说明:LayoutElementPaint on layout method- 指定者:
paintOnLayout在类中LayoutElement- 参数:
g- Grahpics2DpageLocation- Page locationzoom- Zoom
-
moveUpdate
public void moveUpdate()
从类复制的说明:LayoutElementMove update method- 指定者:
moveUpdate在类中LayoutElement
-
resizeUpdate
public void resizeUpdate()
从类复制的说明:LayoutElementResize update method- 指定者:
resizeUpdate在类中LayoutElement
-
-