Packages

t

org.nlogo.api

DrawingInterface

trait DrawingInterface extends AnyRef

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

Abstract Value Members

  1. abstract def colors: Array[Int]
  2. abstract def getHeight: Int
  3. abstract def getWidth: Int
  4. abstract def isBlank: Boolean
  5. abstract def isDirty: Boolean
  6. abstract def markClean(): Unit
  7. abstract def markDirty(): Unit