|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjhplot.GHPanel
jhplot.GHFrame
jhplot.HPlot3D
jhplot.SHPlot3D
public class SHPlot3D
A class to create a 3D canvas to display H2D and F2D objects. Unlike HPlot3D, it creates a singleton, i.e only one instance is allowed
Field Summary |
---|
Fields inherited from class jhplot.HPlot3D |
---|
set |
Method Summary | |
---|---|
static SHPlot3D |
getCanvas()
Construct a HPlot3D canvas with a plot with the default size 600x400. |
static SHPlot3D |
getCanvas(java.lang.String title)
Construct a HPlot3D canvas with a plot with the default size 600x400. |
static SHPlot3D |
getCanvas(java.lang.String title,
int xsize,
int ysize)
Construct a HPlot3D canvas with a single plot. |
static SHPlot3D |
getCanvas(java.lang.String title,
int xsize,
int ysize,
int n1,
int n2)
Create HPlot3D canvas with several plots. |
static void |
reloadCanvas()
Reload the canvas by removing components |
Methods inherited from class jhplot.HPlot3D |
---|
clear, clear, clearAll, close, draw, draw, draw, draw, draw, draw, draw, draw, draw, getAxesFontColor, getAxisFont, getColorMode, getDistance, getElevationAngle, getFrameColor, getLabelOffset, getPenWidthAxes, getRotationAngle, getScaling, isSurface, quit, setAxesFontColor, setAxisFont, setBars, setBoxColor, setBoxed, setColorFill, setColorLines, setColorMode, setContour, setDensity, setDisplayXY, setDisplayZ, setDistance, setElevationAngle, setFill, setFrameColor, setLabelColor, setLabelFont, setLabelFontColor, setLabelOffsetX, setLabelOffsetY, setLabelOffsetZ, setNameX, setNameY, setPenWidthAxes, setRange, setRange, setRangeZ, setRotation, setRotationAngle, setScaling, setSurface, setTicFont, setTicOffset, update, update, updateAll, updateData, updateData, visible, visible |
Methods inherited from class jhplot.GHFrame |
---|
addGraph, cd, componentHidden, componentMoved, componentShown, getCdX, getCdY, getFrame, getHTMLUrl, getNtotX, getNtotY, setPlotsNum, updateFrame |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SHPlot3D getCanvas(java.lang.String title, int xsize, int ysize, int n1, int n2)
title
- Titlexsize
- size in x directionysize
- size in y directionn1
- number of plots/graphs in xn2
- number of plots/graphs in ypublic static SHPlot3D getCanvas(java.lang.String title, int xsize, int ysize)
title
- Title for the canvasxs
- size in xys
- size in ypublic static SHPlot3D getCanvas(java.lang.String title)
title
- Titlepublic static SHPlot3D getCanvas()
public static void reloadCanvas()
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |