public class NoteTipGraph extends AbstractBaseUnitChart
baseFont, contentByte, document, writer| 构造器和说明 |
|---|
NoteTipGraph(AbstractBaseChart baseChart,
com.itextpdf.text.pdf.PdfWriter writer,
com.itextpdf.text.pdf.PdfContentByte contentByte,
com.itextpdf.text.Document document) |
NoteTipGraph(com.itextpdf.text.pdf.PdfWriter writer,
com.itextpdf.text.pdf.PdfContentByte contentByte,
com.itextpdf.text.Document document) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
chart()
具体画图,需要实现的方法
|
NoteTipGraph |
setColor(int color)
图形颜色
|
NoteTipGraph |
setHeight(float height)
高度
|
NoteTipGraph |
setWidth(float width)
宽度
|
NoteTipGraph |
setX(float x)
X坐标
|
NoteTipGraph |
setY(float y)
Y坐标
|
getBaseChart, setBaseChart, setBaseFontpublic NoteTipGraph(AbstractBaseChart baseChart, com.itextpdf.text.pdf.PdfWriter writer, com.itextpdf.text.pdf.PdfContentByte contentByte, com.itextpdf.text.Document document)
public NoteTipGraph(com.itextpdf.text.pdf.PdfWriter writer,
com.itextpdf.text.pdf.PdfContentByte contentByte,
com.itextpdf.text.Document document)
public void chart()
AbstractBaseUnitChartchart 在类中 AbstractBaseUnitChartpublic NoteTipGraph setX(float x)
x - public NoteTipGraph setY(float y)
y - public NoteTipGraph setHeight(float height)
height - public NoteTipGraph setWidth(float width)
width - public NoteTipGraph setColor(int color)
color - Copyright © 2019. All Rights Reserved.