processing.core
Class PStyle

java.lang.Object
  extended by processing.core.PStyle
All Implemented Interfaces:
PConstants

public class PStyle
extends java.lang.Object
implements PConstants


Field Summary
 float ambientB
           
 float ambientG
           
 float ambientR
           
 int colorMode
           
 float colorModeA
           
 float colorModeX
           
 float colorModeY
           
 float colorModeZ
           
 int ellipseMode
           
 float emissiveB
           
 float emissiveG
           
 float emissiveR
           
 boolean fill
           
 int fillColor
           
 int imageMode
           
 int rectMode
           
 int shapeMode
           
 float shininess
           
 float specularB
           
 float specularG
           
 float specularR
           
 boolean stroke
           
 int strokeCap
           
 int strokeColor
           
 int strokeJoin
           
 float strokeWeight
           
 int textAlign
           
 int textAlignY
           
 PFont textFont
           
 float textLeading
           
 int textMode
           
 float textSize
           
 boolean tint
           
 int tintColor
           
 
Fields inherited from interface processing.core.PConstants
A, AB, ADD, AG, ALPHA, ALPHA_MASK, ALT, AMBIENT, AR, ARC, ARGB, ARROW, B, BACKSPACE, BASELINE, BEEN_LIT, BEVEL, BLEND, BLUE_MASK, BLUR, BOTTOM, BOX, BURN, CENTER, CENTER_DIAMETER, CENTER_RADIUS, CHATTER, CLOSE, CMYK, CODED, COMPLAINT, CONTROL, CORNER, CORNERS, CROSS, CUSTOM, DA, DARKEST, DB, DEG_TO_RAD, DELETE, DG, DIAMETER, DIFFERENCE, DILATE, DIRECTIONAL, DISABLE_ACCURATE_TEXTURES, DISABLE_DEPTH_SORT, DISABLE_DEPTH_TEST, DISABLE_OPENGL_2X_SMOOTH, DISABLE_OPENGL_ERROR_REPORT, DODGE, DOWN, DR, DXF, EB, EDGE, EG, ELLIPSE, ENABLE_ACCURATE_TEXTURES, ENABLE_DEPTH_SORT, ENABLE_DEPTH_TEST, ENABLE_NATIVE_FONTS, ENABLE_OPENGL_2X_SMOOTH, ENABLE_OPENGL_4X_SMOOTH, ENABLE_OPENGL_ERROR_REPORT, ENTER, EPSILON, ER, ERODE, ERROR_BACKGROUND_IMAGE_FORMAT, ERROR_BACKGROUND_IMAGE_SIZE, ERROR_PUSHMATRIX_OVERFLOW, ERROR_PUSHMATRIX_UNDERFLOW, ERROR_TEXTFONT_NULL_PFONT, ESC, EXCLUSION, G, GIF, GRAY, GREEN_MASK, HALF_PI, HAND, HARD_LIGHT, HINT_COUNT, HSB, IMAGE, INVERT, JAVA2D, JPEG, LEFT, LIGHTEST, LINE, LINES, LINUX, MACOSX, MAX_FLOAT, MAX_INT, MIN_FLOAT, MIN_INT, MITER, MODEL, MOVE, MULTIPLY, NORMAL, NORMALIZED, NX, NY, NZ, OPAQUE, OPEN, OPENGL, ORTHOGRAPHIC, OTHER, OVERLAY, P2D, P3D, PATH, PDF, PERSPECTIVE, PI, platformNames, POINT, POINTS, POLYGON, POSTERIZE, PROBLEM, PROJECT, QUAD, QUAD_STRIP, QUADS, QUARTER_PI, R, RAD_TO_DEG, RADIUS, RECT, RED_MASK, REPLACE, RETURN, RGB, RIGHT, ROUND, SA, SB, SCREEN, SG, SHAPE, SHIFT, SHINE, SOFT_LIGHT, SPB, SPG, SPHERE, SPOT, SPR, SQUARE, SR, SUBTRACT, SW, TAB, TARGA, TEXT, THIRD_PI, THRESHOLD, TIFF, TOP, TRIANGLE, TRIANGLE_FAN, TRIANGLE_STRIP, TRIANGLES, TWO_PI, TX, TY, TZ, U, UP, V, VERTEX_FIELD_COUNT, VW, VX, VY, VZ, WAIT, WHITESPACE, WINDOWS, X, Y, Z
 
Constructor Summary
PStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imageMode

public int imageMode

rectMode

public int rectMode

ellipseMode

public int ellipseMode

shapeMode

public int shapeMode

colorMode

public int colorMode

colorModeX

public float colorModeX

colorModeY

public float colorModeY

colorModeZ

public float colorModeZ

colorModeA

public float colorModeA

tint

public boolean tint

tintColor

public int tintColor

fill

public boolean fill

fillColor

public int fillColor

stroke

public boolean stroke

strokeColor

public int strokeColor

strokeWeight

public float strokeWeight

strokeCap

public int strokeCap

strokeJoin

public int strokeJoin

ambientR

public float ambientR

ambientG

public float ambientG

ambientB

public float ambientB

specularR

public float specularR

specularG

public float specularG

specularB

public float specularB

emissiveR

public float emissiveR

emissiveG

public float emissiveG

emissiveB

public float emissiveB

shininess

public float shininess

textFont

public PFont textFont

textAlign

public int textAlign

textAlignY

public int textAlignY

textMode

public int textMode

textSize

public float textSize

textLeading

public float textLeading
Constructor Detail

PStyle

public PStyle()