public class TableHistogramChart extends AbstractChart
baseFont, contentByte, document, writer| 构造器和说明 |
|---|
TableHistogramChart() |
TableHistogramChart(com.itextpdf.text.pdf.PdfWriter writer,
com.itextpdf.text.pdf.PdfContentByte contentByte,
com.itextpdf.text.Document document,
com.itextpdf.text.pdf.BaseFont baseFont) |
setBaseFont, setContentByte, setDocument, setWriteraddBorderColorCell, addCell, addCell, addCell, calRealHeight, calTextWidth, moveCircle, moveLine, moveMultiLineText, moveMultiLineWText, moveRect, moveRoundRect, moveRoundRect, moveText, setLine, setLinepublic TableHistogramChart()
public TableHistogramChart(com.itextpdf.text.pdf.PdfWriter writer,
com.itextpdf.text.pdf.PdfContentByte contentByte,
com.itextpdf.text.Document document,
com.itextpdf.text.pdf.BaseFont baseFont)
public void chart()
AbstractChartchart 在类中 AbstractChartpublic TableHistogramChart setX(float x)
x - public TableHistogramChart setY(float y)
y - public TableHistogramChart setHeight(float height)
height - public TableHistogramChart setWidth(float width)
width - public TableHistogramChart setFontSize(float fontSize)
fontSize - public TableHistogramChart setLevels(int[] levels)
levels - public TableHistogramChart setGradeNames(java.lang.String[] gradeNames)
gradeNames - public TableHistogramChart setScores(float[] scores)
scores - public TableHistogramChart setScoreRanges(java.lang.String[] scoreRanges)
scoreRanges - public TableHistogramChart setPeopleNumbers(java.lang.String[] peopleNumbers)
peopleNumbers - public TableHistogramChart setHistogramBackgroundColors(int[] histogramBackgroundColors)
histogramBackgroundColors - public TableHistogramChart setLevelFontColor(int levelFontColor)
levelFontColor - public TableHistogramChart setFontColor(int fontColor)
fontColor - public TableHistogramChart setBorderColor(int borderColor)
borderColor - public TableHistogramChart setLevelBorderColor(int levelBorderColor)
levelBorderColor - public TableHistogramChart setTagName(java.lang.String tagName)
tagName - public float getPositionY()
Copyright © 2019. All Rights Reserved.