trait Exporting extends Plotting with ModelTracker
- Alphabetic
- By Inheritance
- Exporting
- ModelTracker
- Plotting
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
compiler: PresentationCompilerInterface
- Definition Classes
- ModelTracker
- abstract def exportDrawingToCSV(writer: PrintWriter): Unit
- abstract def exportOutputAreaToCSV(writer: PrintWriter): Unit
-
abstract
def
getExtensionManager(): ExtensionManager
- Definition Classes
- ModelTracker
Concrete Value Members
-
val
_modelFileName: String
name of the currently loaded model.
name of the currently loaded model. Will be null if this is a new (unsaved) model. To get a version for display to the user, see modelNameForDisplay(). This is NOT a full path name, however, it does end in ".nlogo".
- Definition Classes
- ModelTracker
-
def
convertToNormal(): String
instantly converts the current model to ModelTypeJ.NORMAL.
instantly converts the current model to ModelTypeJ.NORMAL. This is used by the edit command to enable quick saving of library models. It shouldn't be used anywhere else.
- Definition Classes
- ModelTracker
- Annotations
- @throws( classOf[IOException] )
-
def
currentPlot(plot: String): Unit
- Definition Classes
- Plotting
-
def
exportAllPlots(filename: String): Unit
- Annotations
- @throws( classOf[IOException] )
- def exportInterfaceGlobals(writer: PrintWriter): Unit
-
def
exportPlot(plotName: String, filename: String): Unit
- Annotations
- @throws( classOf[IOException] )
- def exportPlotsToCSV(writer: PrintWriter): Unit
- def exportWorld(writer: PrintWriter): Unit
-
def
exportWorld(filename: String): Unit
- Annotations
- @throws( classOf[IOException] )
-
val
fileManager: FileManager
- Definition Classes
- ModelTracker
-
def
forceSaveAs: Boolean
whether the user needs to enter a new filename to save this model.
whether the user needs to enter a new filename to save this model. We need to do a "save as" if the model is new, from the models library, or converted.
Basically, only normal models can get silently saved.
- Definition Classes
- ModelTracker
-
def
getModelDir: String
returns the full path to the directory from which the current model was loaded.
returns the full path to the directory from which the current model was loaded. May be null if, for example, this is a new model.
- Definition Classes
- ModelTracker
-
def
getModelFileName: String
returns the name of the file from which the current model was loaded.
returns the name of the file from which the current model was loaded. May be null if, for example, this is a new model.
- Definition Classes
- ModelTracker
-
def
getModelFileUri: Option[URI]
- Definition Classes
- ModelTracker
-
def
getModelPath: String
returns the full pathname of the currently loaded model, if any.
returns the full pathname of the currently loaded model, if any. This may return null in some cases, for instance if this is a new model.
- Definition Classes
- ModelTracker
-
def
getModelType: ModelType
- Definition Classes
- ModelTracker
-
def
getPlot(plot: String): PlotInterface
- Definition Classes
- Plotting
-
def
modelFileName: String
- Definition Classes
- ModelTracker
-
def
modelNameForDisplay: String
- Definition Classes
- ModelTracker
-
val
plotManager: PlotManager
- Definition Classes
- Plotting
-
val
plotRNG: MersenneTwisterFast
- Definition Classes
- Plotting
-
def
setModelPath(modelPath: String): Unit
- Definition Classes
- ModelTracker
-
def
setModelType(tpe: ModelType): Unit
- Definition Classes
- ModelTracker
-
def
setupPlots(c: Context): Unit
- Definition Classes
- Plotting
-
def
updatePlots(c: Context): Unit
- Definition Classes
- Plotting