public class HideableGraphString extends GraphString
| Constructor and Description |
|---|
HideableGraphString(tecgraf.vix.TypeVS vs,
java.lang.String text,
boolean isVisible)
Construtor.
|
HideableGraphString(tecgraf.vix.TypeVS vs,
java.lang.String text,
java.awt.Font font,
boolean isVisible)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
callbackRepaint(java.awt.Graphics2D g) |
protected boolean |
isVisible()
Indica se o texto está visível.
|
protected void |
setVisible(boolean isVisible)
Determina se o texto está visível.
|
equals, getBottomPadding, getBounds2D, getFont, getLeftPadding, getRightPadding, getText, getTopPadding, hashCode, setBottomPadding, setColor, setFont, setLeftPadding, setLocation, setMaxWidth, setRightPadding, setText, setTopPadding, toStringpublic HideableGraphString(tecgraf.vix.TypeVS vs,
java.lang.String text,
boolean isVisible)
vs - o vs.text - o texto.isVisible - indica se o texto deve estar visível.public HideableGraphString(tecgraf.vix.TypeVS vs,
java.lang.String text,
java.awt.Font font,
boolean isVisible)
vs - o vs.text - o texto.font - a fonte do texto.isVisible - indica se o texto deve estar visível.public void callbackRepaint(java.awt.Graphics2D g)
callbackRepaint in interface tecgraf.vix.TypeVOcallbackRepaint in class GraphStringprotected boolean isVisible()
protected void setVisible(boolean isVisible)
isVisible - verdadeiro se o texto deve ser mostrado ou falso, caso
contrário.Copyright © 2015. All Rights Reserved.