MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / setVisible

Method setVisible

src/org/opensourcephysics/display2d/Plot2D.java:188–188  ·  view source on GitHub ↗

Sets the visibility of the plot. Drawing will be disabled if visible is false. @param isVisible

(boolean isVisible)

Source from the content-addressed store, hash-verified

186 * @param isVisible
187 */
188 public void setVisible(boolean isVisible);
189
190 /**
191 * Sets the indexes for the data components that will be plotted.

Callers 15

showDataTableMethod · 0.65
convertToContourPlotMethod · 0.65
convertToGridPlotMethod · 0.65
convertToSurfacePlotMethod · 0.65
showDataTableMethod · 0.65
showDataTableMethod · 0.65
showDataTableMethod · 0.65
scaleMethod · 0.65
logAxesMethod · 0.65
showDataTableMethod · 0.65

Implementers 9

ContourPlotsrc/org/opensourcephysics/display2d/Co
ComplexSurfacePlotsrc/org/opensourcephysics/display2d/Co
SurfacePlotsrc/org/opensourcephysics/display2d/Su
VectorPlotsrc/org/opensourcephysics/display2d/Ve
GrayscalePlotsrc/org/opensourcephysics/display2d/Gr
ComplexInterpolatedPlotsrc/org/opensourcephysics/display2d/Co
GridPlotsrc/org/opensourcephysics/display2d/Gr
InterpolatedPlotsrc/org/opensourcephysics/display2d/In
ComplexGridPlotsrc/org/opensourcephysics/display2d/Co

Calls

no outgoing calls

Tested by

no test coverage detected