c

org.nlogo.render

SpotlightDrawer

class SpotlightDrawer extends Drawable

Source
SpotlightDrawer.java
Linear Supertypes
Drawable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpotlightDrawer
  2. Drawable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpotlightDrawer()

Value Members

  1. def adjustSize(spotlightSize: Double, patchSize: Double): Double
    Definition Classes
    SpotlightDrawerDrawable
  2. def draw(g: GraphicsInterface, size: Double): Unit
    Definition Classes
    SpotlightDrawerDrawable
  3. def getImage(topology: TopologyRenderer, xcor: Double, ycor: Double, width: Int, height: Int, patchSize: Double, spotlightSize: Double, dim: Boolean, wrap: Boolean): BufferedImage