public class SurfaceInfo extends Object
| Constructor and Description |
|---|
SurfaceInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStatement(String stmt)
Add an item that will be moved from size() into the settings() method.
|
void |
addStatements(StringList list) |
String |
getRenderer()
Return the renderer specified (null if none specified).
|
String |
getSettings() |
StringList |
getStatements() |
boolean |
hasSettings() |
public StringList getStatements()
public void addStatement(String stmt)
public void addStatements(StringList list)
public boolean hasSettings()
public String getSettings()
public String getRenderer()
Copyright © 2001–2017 Processing Foundation. All rights reserved.