public class Plot3D extends Plot2D
Constructor and Description |
---|
Plot3D() |
Modifier and Type | Method and Description |
---|---|
void |
draw(RenderContext context)
Plot.draw override.
|
Axis |
getZAxis()
Gets the default Axis instance used to map Z data coordinates of series
rendered inside this plot to the plot's pixels.
|
void |
setZAxis(Axis value)
Sets the default Axis instance used to map Z data coordinates of series
rendered inside this plot to the plot's pixels.
|
addZoomChangedListener, createController, drawGrid, drawOrigins, fireZoomChanged, getAllowPan, getGridColor1, getGridColor2, getGridLineColor, getGridLineStyle, getGridLineThickness, getGridType, getIsZoomed, getPinGrid, getVerticalScroll, getXAxis, getYAxis, removeZoomChangedListener, resetZoom, setAllowPan, setGridColor1, setGridColor2, setGridLineColor, setGridLineStyle, setGridLineThickness, setGridType, setPinGrid, setVerticalScroll, setXAxis, setYAxis, visit, zoomOut
adjustDataRanges, dataChanged, domainDimension, effectiveBorderStroke, effectiveFill, elementAdded, elementRemoved, enumSeries, getBackground, getBorderStroke, getBorderStrokeDashStyle, getBorderStrokeThickness, getHighlightedItem, getHighlightStroke, getHighlightStrokeDashStyle, getHighlightStrokeThickness, getSeriesRenderers, getSeriesStyle, measure, measureDataRanges, propertyChange, setBackground, setBorderStroke, setBorderStrokeDashStyle, setBorderStrokeThickness, setHighlightedItem, setHighlightStroke, setHighlightStrokeDashStyle, setHighlightStrokeThickness, setSeriesRenderers, setSeriesStyle, startMeasureData
add, arrange, associateJComponent, dissociateJComponent, effectiveMeasuredHeight, effectiveMeasuredWidth, getActualHeight, getActualWidth, getDesiredHeight, getDesiredWidth, getGridColumn, getGridRow, getHeight, getHitTestVisibility, getHorizontalAlignment, getMargin, getParent, getRectInParent, getToolTip, getVerticalAlignment, getVisibility, getWidth, getXInParent, getYInParent, hitTest, invalidate, invalidate, invalidate, invalidateLayout, invalidateLayout, localToRoot, rootToLocal, setActualHeight, setActualWidth, setDesiredHeight, setDesiredWidth, setGridColumn, setGridRow, setHeight, setHitTestVisibility, setHorizontalAlignment, setMargin, setParent, setToolTip, setVerticalAlignment, setVisibility, setWidth, setXInParent, setYInParent
public void draw(RenderContext context)
public Axis getZAxis()
public void setZAxis(Axis value)