org.nlogo.api

PlotInterface

trait PlotInterface extends AnyRef

Source
PlotInterface.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. PlotInterface
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def autoPlotOn_=(autoPlot: Boolean): Unit

  2. abstract def currentPen_=(pen: String): Unit

  3. abstract def getPen(pen: String): Option[PlotPenInterface]

  4. abstract def legendIsOpen_=(open: Boolean): Unit

  5. abstract def makeDirty(): Unit

  6. abstract def name: String

  7. abstract def xMax_=(xmax: Double): Unit

  8. abstract def xMin_=(xmin: Double): Unit

  9. abstract def yMax_=(ymax: Double): Unit

  10. abstract def yMin_=(ymin: Double): Unit