Serialized Form


Package controlP5

Class controlP5.ChartDataSet extends java.util.ArrayList<ChartData> implements Serializable

Serialized Fields

_myColors

CColor _myColors

_myStrokeWeight

int _myStrokeWeight

Class controlP5.ControlP5XMLParseException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1746316333291927094L

Serialized Fields

lineNr

int lineNr
The line number in the source code where the error occurred, or NO_LINE if the line number is unknown.
Invariants:
  • lineNr > 0 || lineNr == NO_LINE

Class controlP5.PAppletWindow extends processing.core.PApplet implements Serializable

serialVersionUID: -1773456691122668251L

Serialized Fields

width

int width

height

int height

x

int x

y

int y

_myName

java.lang.String _myName

_myTitle

java.lang.String _myTitle

isCoordinates

boolean isCoordinates

isLoop

boolean isLoop

controlWindow

ControlWindow controlWindow

controlP5

ControlP5 controlP5

_myMode

int _myMode

_myRenderer

java.lang.String _myRenderer

_myFrameRate

int _myFrameRate



processing library controlP5 by Andreas Schlegel. (c) 2010