|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package antlr |
---|
Class antlr.ANTLRError extends java.lang.Error implements Serializable |
---|
Class antlr.ANTLRException extends java.lang.Exception implements Serializable |
---|
Class antlr.BaseAST extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
antlr.BaseAST down
antlr.BaseAST right
Class antlr.CharStreamException extends antlr.ANTLRException implements Serializable |
---|
Class antlr.CharStreamIOException extends antlr.CharStreamException implements Serializable |
---|
Serialized Fields |
---|
java.io.IOException io
Class antlr.CommonAST extends antlr.BaseAST implements Serializable |
---|
Serialized Fields |
---|
int ttype
java.lang.String text
Class antlr.CommonASTWithHiddenTokens extends antlr.CommonAST implements Serializable |
---|
Serialized Fields |
---|
antlr.CommonHiddenStreamToken hiddenBefore
antlr.CommonHiddenStreamToken hiddenAfter
Class antlr.ExtendedCommonASTWithHiddenTokens extends antlr.CommonASTWithHiddenTokens implements Serializable |
---|
Class antlr.MismatchedCharException extends antlr.RecognitionException implements Serializable |
---|
Serialized Fields |
---|
int mismatchType
int foundChar
int expecting
int upper
antlr.collections.impl.BitSet set
antlr.CharScanner scanner
Class antlr.MismatchedTokenException extends antlr.RecognitionException implements Serializable |
---|
Serialized Fields |
---|
java.lang.String[] tokenNames
antlr.Token token
antlr.collections.AST node
java.lang.String tokenText
int mismatchType
int expecting
int upper
antlr.collections.impl.BitSet set
Class antlr.NoViableAltException extends antlr.RecognitionException implements Serializable |
---|
Serialized Fields |
---|
antlr.Token token
antlr.collections.AST node
Class antlr.NoViableAltForCharException extends antlr.RecognitionException implements Serializable |
---|
Serialized Fields |
---|
char foundChar
Class antlr.ParseTree extends antlr.BaseAST implements Serializable |
---|
Class antlr.ParseTreeRule extends antlr.ParseTree implements Serializable |
---|
Serialized Fields |
---|
java.lang.String ruleName
int altNumber
Class antlr.ParseTreeToken extends antlr.ParseTree implements Serializable |
---|
Serialized Fields |
---|
antlr.Token token
Class antlr.RecognitionException extends antlr.ANTLRException implements Serializable |
---|
Serialized Fields |
---|
java.lang.String fileName
int line
int column
Class antlr.SemanticException extends antlr.RecognitionException implements Serializable |
---|
Class antlr.TokenStreamException extends antlr.ANTLRException implements Serializable |
---|
Class antlr.TokenStreamIOException extends antlr.TokenStreamException implements Serializable |
---|
Serialized Fields |
---|
java.io.IOException io
Class antlr.TokenStreamRecognitionException extends antlr.TokenStreamException implements Serializable |
---|
Serialized Fields |
---|
antlr.RecognitionException recog
Class antlr.TokenStreamRetryException extends antlr.TokenStreamException implements Serializable |
---|
Package processing.app |
---|
Class processing.app.Editor extends javax.swing.JFrame implements Serializable |
---|
Serialized Fields |
---|
Base base
boolean untitled
java.awt.print.PageFormat pageFormat
java.awt.print.PrinterJob printerJob
javax.swing.JMenu fileMenu
javax.swing.JMenu sketchMenu
EditorToolbar toolbar
EditorHeader header
EditorStatus status
EditorConsole console
javax.swing.JSplitPane splitPane
javax.swing.JPanel consolePanel
javax.swing.JLabel lineNumberComponent
Sketch sketch
EditorLineStatus lineStatus
JEditTextArea textarea
EditorListener listener
java.awt.Point sketchWindowLocation
Runner runtime
javax.swing.JMenuItem exportAppItem
javax.swing.JMenuItem saveMenuItem
javax.swing.JMenuItem saveAsMenuItem
boolean running
boolean presenting
javax.swing.JMenuItem undoItem
javax.swing.JMenuItem redoItem
processing.app.Editor.UndoAction undoAction
processing.app.Editor.RedoAction redoAction
javax.swing.undo.UndoManager undo
javax.swing.undo.CompoundEdit compoundEdit
FindReplace find
Class processing.app.EditorConsole extends javax.swing.JScrollPane implements Serializable |
---|
Serialized Fields |
---|
Editor editor
javax.swing.JTextPane consoleTextPane
processing.app.BufferedStyledDocument consoleDoc
javax.swing.text.MutableAttributeSet stdStyle
javax.swing.text.MutableAttributeSet errStyle
boolean cerror
int maxLineCount
Class processing.app.EditorHeader extends javax.swing.JComponent implements Serializable |
---|
Serialized Fields |
---|
Editor editor
int[] tabLeft
int[] tabRight
java.awt.Font font
java.awt.FontMetrics metrics
int fontAscent
javax.swing.JMenu menu
javax.swing.JPopupMenu popup
int menuLeft
int menuRight
java.awt.Image offscreen
int sizeW
int sizeH
int imageW
int imageH
Class processing.app.EditorLineStatus extends javax.swing.JComponent implements Serializable |
---|
Serialized Fields |
---|
JEditTextArea textarea
int start
int stop
java.awt.Image resize
java.awt.Color foreground
java.awt.Color background
java.awt.Font font
int high
java.lang.String text
Class processing.app.EditorStatus extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
Editor editor
int mode
java.lang.String message
java.awt.Font font
java.awt.FontMetrics metrics
int ascent
java.awt.Image offscreen
int sizeW
int sizeH
int imageW
int imageH
javax.swing.JButton cancelButton
javax.swing.JButton okButton
javax.swing.JTextField editField
int response
Class processing.app.EditorToolbar extends javax.swing.JComponent implements Serializable |
---|
Serialized Fields |
---|
Editor editor
java.awt.Image offscreen
int width
int height
java.awt.Color bgcolor
int currentRollover
javax.swing.JPopupMenu popup
javax.swing.JMenu menu
int buttonCount
int[] state
java.awt.Image[] stateImage
int[] which
int[] x1
int[] x2
int y1
int y2
java.lang.String status
java.awt.Font statusFont
java.awt.Color statusColor
int wasDown
Class processing.app.FindReplace extends javax.swing.JFrame implements Serializable |
---|
Serialized Fields |
---|
Editor editor
javax.swing.JTextField findField
javax.swing.JTextField replaceField
javax.swing.JButton replaceButton
javax.swing.JButton replaceAllButton
javax.swing.JButton replaceFindButton
javax.swing.JButton findButton
javax.swing.JCheckBox ignoreCaseBox
boolean found
Package processing.app.debug |
---|
Class processing.app.debug.RunnerException extends java.lang.Exception implements Serializable |
---|
Serialized Fields |
---|
java.lang.String message
int codeIndex
int codeLine
int codeColumn
boolean showStackTrace
Package processing.app.syntax |
---|
Class processing.app.syntax.JEditTextArea extends javax.swing.JComponent implements Serializable |
---|
Serialized Fields |
---|
EditorListener editorListener
EditorLineStatus editorLineStatus
TextAreaPainter painter
javax.swing.JPopupMenu popup
javax.swing.event.EventListenerList eventListenerList
processing.app.syntax.JEditTextArea.MutableCaretEvent caretEvent
boolean caretBlinks
boolean caretVisible
boolean blink
boolean editable
int firstLine
int visibleLines
int electricScroll
int horizontalOffset
javax.swing.JScrollBar vertical
javax.swing.JScrollBar horizontal
boolean scrollBarsInitialized
InputHandler inputHandler
SyntaxDocument document
processing.app.syntax.JEditTextArea.DocumentHandler documentHandler
javax.swing.text.Segment lineSegment
int selectionStart
int selectionStartLine
int selectionEnd
int selectionEndLine
boolean biasLeft
int bracketPosition
int bracketLine
int magicCaret
boolean overwrite
boolean rectSelect
Class processing.app.syntax.SyntaxDocument extends javax.swing.text.PlainDocument implements Serializable |
---|
Serialized Fields |
---|
TokenMarker tokenMarker
Class processing.app.syntax.TextAreaPainter extends javax.swing.JComponent implements Serializable |
---|
Serialized Fields |
---|
boolean printing
int currentLineIndex
Token currentLineTokens
javax.swing.text.Segment currentLine
JEditTextArea textArea
SyntaxStyle[] styles
java.awt.Color caretColor
java.awt.Color selectionColor
java.awt.Color lineHighlightColor
java.awt.Color bracketHighlightColor
java.awt.Color eolMarkerColor
boolean blockCaret
boolean lineHighlight
boolean bracketHighlight
boolean paintInvalid
boolean eolMarkers
int cols
int rows
int tabSize
java.awt.FontMetrics fm
TextAreaPainter.Highlight highlights
Package processing.app.tools |
---|
Class processing.app.tools.ColorSelector.ColorRange extends PApplet implements Serializable |
---|
Serialized Fields |
---|
int lastX
int lastY
Class processing.app.tools.ColorSelector.ColorSlider extends PApplet implements Serializable |
---|
Class processing.app.tools.CreateFont extends javax.swing.JFrame implements Serializable |
---|
Serialized Fields |
---|
Editor editor
java.awt.Dimension windowSize
javax.swing.JList fontSelector
javax.swing.JTextField sizeSelector
javax.swing.JCheckBox allBox
javax.swing.JCheckBox smoothBox
javax.swing.JTextArea sample
javax.swing.JButton okButton
javax.swing.JTextField filenameField
java.util.Hashtable<K,V> table
boolean smooth
boolean all
java.awt.Font font
java.lang.String[] list
int selection
Package processing.core |
---|
Class processing.core.PApplet extends java.applet.Applet implements Serializable |
---|
Serialized Fields |
---|
PGraphics g
java.awt.Frame frame
java.awt.Dimension screen
Access this via screen.width and screen.height. To make an applet run at full screen, use size(screen.width, screen.height).
If you have multiple displays, this will be the size of the main display. Running full screen across multiple displays isn't particularly supported, and requires more monkeying with the values. This probably can't/won't be fixed until/unless I get a dual head system.
Note that this won't update if you change the resolution of your screen once the the applet is running.
This variable is not static, because future releases need to be better at handling multiple displays.
PGraphics recorder
java.lang.String[] args
This does not include the arguments passed in to PApplet itself.
java.lang.String sketchPath
boolean defaultSize
boolean resizeRequest
int resizeWidth
int resizeHeight
int[] pixels
When used with OpenGL or Java2D, this value will be null until loadPixels() has been called.
int width
int height
int mouseX
int mouseY
int pmouseX
int pmouseY
int dmouseX
int dmouseY
int emouseX
int emouseY
boolean firstMouse
Just using (frameCount == 0) won't work since mouseXxxxx() may not be called until a couple frames into things.
int mouseButton
If running on Mac OS, a ctrl-click will be interpreted as the righthand mouse button (unlike Java, which reports it as the left mouse).
boolean mousePressed
java.awt.event.MouseEvent mouseEvent
char key
If it's a coded key, i.e. UP/DOWN/CTRL/SHIFT/ALT, this will be set to CODED (0xffff or 65535).
int keyCode
For the arrow keys, keyCode will be one of UP, DOWN, LEFT and RIGHT. Also available are ALT, CONTROL and SHIFT. A full set of constants can be obtained from java.awt.event.KeyEvent, from the VK_XXXX variables.
boolean keyPressed
java.awt.event.KeyEvent keyEvent
boolean focused
boolean online
This can be used to test how the applet should behave since online situations are different (no file writing, etc).
long millisOffset
Used by the millis() function.
float frameRate
The initial value will be 10 fps, and will be updated with each frame thereafter. The value is not instantaneous (since that wouldn't be very useful since it would jump around so much), but is instead averaged (integrated) over several frames. As such, this value won't be valid until after 5-10 frames.
long frameRateLastNanos
float frameRateTarget
long frameRatePeriod
boolean looping
boolean redraw
int frameCount
This value is read-only do not attempt to set it, otherwise bad things will happen.
Inside setup(), frameCount is 0. For the first iteration of draw(), frameCount will equal 1.
boolean finished
boolean exitCalled
java.lang.Thread thread
PApplet.RegisteredMethods sizeMethods
PApplet.RegisteredMethods preMethods
PApplet.RegisteredMethods drawMethods
PApplet.RegisteredMethods postMethods
PApplet.RegisteredMethods mouseEventMethods
PApplet.RegisteredMethods keyEventMethods
PApplet.RegisteredMethods disposeMethods
boolean external
java.awt.event.MouseEvent[] mouseEventQueue
int mouseEventCount
java.awt.event.KeyEvent[] keyEventQueue
int keyEventCount
int cursorType
boolean cursorVisible
PImage invisibleCursor
java.util.Random internalRandom
int perlin_octaves
float perlin_amp_falloff
int perlin_TWOPI
int perlin_PI
float[] perlin_cosTable
float[] perlin
java.util.Random perlinRandom
java.lang.String[] loadImageFormats
int requestImageMax
int requestImageCount
java.io.File selectedFile
java.awt.Frame parentFrame
Class processing.core.PApplet.RendererChangeException extends java.lang.RuntimeException implements Serializable |
---|
Package processing.xml |
---|
Class processing.xml.XMLElement extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
XMLElement parent
java.util.Vector<E> attributes
java.util.Vector<E> children
java.lang.String name
java.lang.String fullName
java.lang.String namespace
java.lang.String content
java.lang.String systemID
int lineNr
Class processing.xml.XMLException extends java.lang.Exception implements Serializable |
---|
Serialized Fields |
---|
java.lang.String msg
java.lang.String systemID
int lineNr
java.lang.Exception encapsulatedException
Class processing.xml.XMLParseException extends XMLException implements Serializable |
---|
Class processing.xml.XMLValidationException extends XMLException implements Serializable |
---|
Serialized Fields |
---|
java.lang.String elementName
java.lang.String attributeName
java.lang.String attributeValue
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |