org.nlogo.api
Interface DrawingInterface

All Known Subinterfaces:
TrailDrawerInterface

public interface DrawingInterface


Method Summary
 int[] colors()
           
 int getHeight()
           
 int getWidth()
           
 boolean isBlank()
           
 boolean isDirty()
           
 void markClean()
           
 void markDirty()
           
 

Method Detail

colors

int[] colors()

isDirty

boolean isDirty()

isBlank

boolean isBlank()

markClean

void markClean()

markDirty

void markDirty()

getWidth

int getWidth()

getHeight

int getHeight()