public class Handle extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
endChar |
int |
line |
String |
name |
int |
newEndChar |
int |
newStartChar |
int |
startChar |
String |
strNewValue |
String |
strValue |
String |
type |
int |
varIndex |
| Constructor and Description |
|---|
Handle(String t,
String n,
int vi,
String v,
int ti,
int l,
int sc,
int ec,
int dp) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D g2d,
boolean hasFocus) |
void |
initInterface(int x,
int y,
int width,
int height) |
boolean |
pick(int mx,
int my) |
boolean |
pickText(int mx,
int my) |
void |
resetProgress() |
void |
sendNewValue() |
void |
setCenterX(int mx) |
void |
setColorBox(ColorControlBox box) |
void |
setCurrentX(int mx) |
void |
setPos(int nx,
int ny) |
void |
setTweakClient(TweakClient client) |
void |
setValue(Number value) |
void |
setWidth(int w) |
String |
toString() |
void |
updateColorBox() |
void |
updateValue() |
boolean |
valueChanged() |
public String type
public String name
public String strValue
public String strNewValue
public int varIndex
public int startChar
public int endChar
public int newStartChar
public int newEndChar
public int line
public void initInterface(int x,
int y,
int width,
int height)
public void setCenterX(int mx)
public void setCurrentX(int mx)
public void resetProgress()
public void updateValue()
public void setValue(Number value)
public void updateColorBox()
public void setPos(int nx,
int ny)
public void setWidth(int w)
public void draw(Graphics2D g2d, boolean hasFocus)
public boolean pick(int mx,
int my)
public boolean pickText(int mx,
int my)
public boolean valueChanged()
public void setColorBox(ColorControlBox box)
public void setTweakClient(TweakClient client)
public void sendNewValue()
Copyright © 2001–2017 Processing Foundation. All rights reserved.