public class LayoutChart extends LayoutElement
| 构造器 | 说明 |
|---|---|
LayoutChart() |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Chart |
getChart() |
Get chart
|
void |
moveUpdate() |
Move update method
|
void |
paint(Graphics2D g) |
Paint method
|
void |
paintOnLayout(Graphics2D g,
PointF pageLocation,
float zoom) |
Paint on layout method
|
void |
resizeUpdate() |
Resize update method
|
void |
setChart(Chart value) |
Set chart
|
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, setWidthpublic Chart getChart()
public void setChart(Chart value)
value - The chartpublic void paint(Graphics2D g)
LayoutElementpaint 在类中 LayoutElementg - Graphics2Dpublic void paintOnLayout(Graphics2D g, PointF pageLocation, float zoom)
LayoutElementpaintOnLayout 在类中 LayoutElementg - Grahpics2DpageLocation - Page locationzoom - Zoompublic void moveUpdate()
LayoutElementmoveUpdate 在类中 LayoutElementpublic void resizeUpdate()
LayoutElementresizeUpdate 在类中 LayoutElementCopyright © 2019. All rights reserved.