public interface SurfaceModel
Modifier and Type | Interface and Description |
---|---|
static class |
SurfaceModel.PlotColor |
static class |
SurfaceModel.PlotType |
void addPropertyChangeListener(PropertyChangeListener listener)
void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
void removePropertyChangeListener(PropertyChangeListener listener)
void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
void addChangeListener(ChangeListener listener)
void removeChangeListener(ChangeListener listener)
SurfaceVertex[][] getSurfaceVertex()
Projector getProjector()
boolean isAutoScaleZ()
SurfaceModel.PlotType getPlotType()
SurfaceModel.PlotColor getPlotColor()
int getCalcDivisions()
int getContourLines()
int getDispDivisions()
float getXMin()
float getYMin()
float getZMin()
float getXMax()
float getYMax()
float getZMax()
boolean isEmpty()
boolean isP2D()
boolean isP3D()
boolean isH2F2()
JPoint[] getJPoints()
SurfaceColor getColorModel()
SurfaceModelCanvas.PlotterImpl getPlotter()
boolean isExpectDelay()
true
if the checkbox is checked,
false
otherwiseboolean isBoxed()
true
if to show bounding boxboolean isMesh()
true
if to show x-y meshboolean isScaleBox()
true
if to scale bounding boxboolean isDisplayXY()
true
if to show x-y ticksboolean isDisplayZ()
true
if to show z ticksboolean isDisplayGrids()
true
if to show face gridsboolean isPlotFunction1()
true
if the first function is checked,
false
otherwiseboolean isPlotFunction2()
true
if the first function is checked,
false
otherwiseboolean isDataAvailable()
void setLabelOffsetX(float a)
void setLabelOffsetZ(float a)
void setLabelOffsetY(float a)
void setTicOffset(float a)
float getTicOffset()
void setAxesFontColor(Color fontColorAxes)
Color getAxesFontColor()
void setFontColorLabel(Color fontColorLabel)
Color getFontColorLabel()
double getLabelOffsetX()
double getLabelOffsetY()
double getLabelOffsetZ()
void setPenWidth(float w)
float getPenWidth()
void setXlabel(String a)
void setYlabel(String a)
void setZlabel(String a)
String getXlabel()
String getYlabel()
String getZlabel()
void setInitScaling(float scaling)
float getInitScaling()
void setLabelFont(Font a)
void setAxisFont(Font fontAxis)
Font getAxisFont()
void setLabelColor(Color a)
Color getLabelColor()
void setTicFont(Font a)
Font getTicFont()
Font getLabelFont()
float getFrameScale()
void setFrameScale(float a)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics