KmgFormelPlotFrame |
KmgFormelPlotFrame.add(KmgXYPainter painter) |
Shows an additional graphical (painter) object in this PlotFrame .
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.add(KmgXYPainter[] painter) |
Shows additional graphical (painter) objects in this PlotFrame .
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.nop(double sliderDependentVariable) |
Deprecated.
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.nop(Object sliderDependentObject) |
Deprecated.
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.rescale() |
(Re)scales the display to the optimal bounds.
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.setAuto(boolean auto) |
Deprecated.
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.setAuto(boolean auto,
boolean rescale) |
Deprecated.
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.setAutoScale(int auto) |
Controls automatic scaling.
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.setCanvasSize(int width,
int height) |
Sets the canvas size of the PlotFrame.
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.setCursorTextEnabled(boolean cursorTextEnabled) |
Controls the cursor display.
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.setFontSize(int size) |
Sets the Font of the PlotFrame.
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.setHeadline(String headline) |
Adds a headline to the graphic display.
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.setPlotFrameTitle(String title) |
Sets the title for this PlotFrame .
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.setXBounds(double left,
double right) |
Manually set the horizontal bounds to the given values (the vertical bounds are not changed).
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.setXYBounds(double left,
double bottom,
double right,
double top) |
Manually set the bounds to the given values.
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.setXYLabels(String strX,
String strY) |
Sets labels for x- and y-axis.
|
KmgFormelPlotFrame |
KmgFormelPlotFrame.setYBounds(double bottom,
double top) |
Manually set the vertical bounds to the given values (the horizontal bounds are not changed).
|