org.nlogo.api

ViewSettings

trait ViewSettings extends AnyRef

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

Abstract Value Members

  1. abstract def drawSpotlight: Boolean

  2. abstract def fontSize: Int

  3. abstract def isHeadless: Boolean

  4. abstract def patchSize: Double

  5. abstract def perspective: Perspective

  6. abstract def renderPerspective: Boolean

  7. abstract def viewHeight: Double

  8. abstract def viewOffsetX: Double

  9. abstract def viewOffsetY: Double

  10. abstract def viewWidth: Double