org.nlogo.api
Interface ViewSettings

All Known Implementing Classes:
HeadlessWorkspace

public interface ViewSettings


Method Summary
 boolean drawSpotlight()
           
 int fontSize()
           
 boolean isHeadless()
           
 double patchSize()
           
 Perspective perspective()
           
 boolean renderPerspective()
           
 double viewHeight()
           
 double viewOffsetX()
           
 double viewOffsetY()
           
 double viewWidth()
           
 

Method Detail

fontSize

int fontSize()

patchSize

double patchSize()

viewWidth

double viewWidth()

viewHeight

double viewHeight()

perspective

Perspective perspective()

viewOffsetX

double viewOffsetX()

viewOffsetY

double viewOffsetY()

drawSpotlight

boolean drawSpotlight()

renderPerspective

boolean renderPerspective()

isHeadless

boolean isHeadless()