类 LayoutChart
- java.lang.Object
-
- org.meteoinfo.geo.layout.LayoutElement
-
- org.meteoinfo.chart.LayoutChart
-
public class LayoutChart extends org.meteoinfo.geo.layout.LayoutElement- 作者:
- yaqiang
-
-
构造器概要
构造器 构造器 说明 LayoutChart()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ChartgetChart()Get chartvoidmoveUpdate()voidpaint(java.awt.Graphics2D g)voidpaintOnLayout(java.awt.Graphics2D g, org.meteoinfo.common.PointF pageLocation, float zoom)voidresizeUpdate()voidsetChart(Chart value)Set chart-
从类继承的方法 org.meteoinfo.geo.layout.LayoutElement
addLocationChangedListener, addSizeChangedListener, fireLocationChangedEvent, fireSizeChangedEvent, getBackColor, getBottom, getBounds, getElementType, getForeColor, getHeight, getLeft, getResizeAbility, getRight, getTop, getWidth, isDrawBackColor, isSelected, isVisible, pageToScreen, removeLocationChangedListener, removeSizeChangedListener, setBackColor, setBounds, 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)
- 指定者:
paint在类中org.meteoinfo.geo.layout.LayoutElement
-
paintOnLayout
public void paintOnLayout(java.awt.Graphics2D g, org.meteoinfo.common.PointF pageLocation, float zoom)- 指定者:
paintOnLayout在类中org.meteoinfo.geo.layout.LayoutElement
-
moveUpdate
public void moveUpdate()
- 指定者:
moveUpdate在类中org.meteoinfo.geo.layout.LayoutElement
-
resizeUpdate
public void resizeUpdate()
- 指定者:
resizeUpdate在类中org.meteoinfo.geo.layout.LayoutElement
-
-