public class CategoryPlot extends Plot
columnIndex, DEFAULT_BACKGROUND_ALPHA, DEFAULT_BACKGROUND_PAINT, DEFAULT_FOREGROUND_ALPHA, DEFAULT_LEGEND_ITEM_BOX, DEFAULT_LEGEND_ITEM_CIRCLE, DEFAULT_OUTLINE_PAINT, DEFAULT_OUTLINE_STROKE, isSubPlot, MINIMUM_HEIGHT_TO_DRAW, MINIMUM_WIDTH_TO_DRAW, outerPosition, position, rowIndex, symbolAntialias, units| 构造器 | 说明 |
|---|---|
CategoryPlot() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
draw(Graphics2D g2,
Rectangle2D area) |
Draw graphics
|
Dataset |
getDataset() |
Get dataset
|
Rectangle2D |
getOuterPositionArea(Rectangle2D area) |
Get outer position area
|
PlotType |
getPlotType() |
Get plot type
|
Rectangle2D |
getPositionArea() |
Get position area
|
Rectangle2D |
getPositionArea(Rectangle2D figureArea) |
Get position area
|
Margin |
getTightInset(Graphics2D g,
Rectangle2D positionArea) |
Get tight inset
|
void |
setDataset(Dataset value) |
Set dataset
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGraphArea, getOuterPosition, getOuterPositionArea, getPlotShrink, getPosition, getPositionArea, getPositionAreaZoom, getTightInset, getUnits, isOuterPosActive, isSameShrink, isSymbolAntialias, setGraphArea, setOuterPosActive, setOuterPosition, setOuterPosition, setOuterPosition, setOuterPositionArea, setPlotShrink, setPosition, setPosition, setPosition, setPositionArea, setPositionAreaZoom, setSameShrink, setSymbolAntialias, setTightInset, setUnits, setUnits, updatePosition, updatePosition, updatePositionArea, updatePostionAreaZoompublic Dataset getDataset()
PlotgetDataset 在类中 Plotpublic void setDataset(Dataset value)
PlotsetDataset 在类中 Plotvalue - Datasetpublic PlotType getPlotType()
PlotgetPlotType 在类中 Plotpublic void draw(Graphics2D g2, Rectangle2D area)
Plotpublic Rectangle2D getPositionArea()
PlotgetPositionArea 在类中 Plotpublic Margin getTightInset(Graphics2D g, Rectangle2D positionArea)
PlotgetTightInset 在类中 Plotg - Graphics2DpositionArea - Position areapublic Rectangle2D getPositionArea(Rectangle2D figureArea)
PlotgetPositionArea 在类中 PlotfigureArea - Figure areapublic Rectangle2D getOuterPositionArea(Rectangle2D area)
PlotgetOuterPositionArea 在类中 Plotarea - Whole areaCopyright © 2019. All rights reserved.