org.nlogo.api
Interface PlotInterface


public interface PlotInterface


Method Summary
 void autoPlotOn(boolean autoPolot)
           
 void currentPen(String pen)
           
 PlotPenInterface getPen(String pen)
           
 void legendIsOpen(boolean open)
           
 void makeDirty()
           
 String name()
           
 void xMax(double xmax)
           
 void xMin(double xmin)
           
 void yMax(double ymax)
           
 void yMin(double ymin)
           
 

Method Detail

xMin

void xMin(double xmin)

xMax

void xMax(double xmax)

yMin

void yMin(double ymin)

yMax

void yMax(double ymax)

autoPlotOn

void autoPlotOn(boolean autoPolot)

legendIsOpen

void legendIsOpen(boolean open)

currentPen

void currentPen(String pen)

getPen

PlotPenInterface getPen(String pen)

name

String name()

makeDirty

void makeDirty()