fist.beans.swing.AnnotTextStampToolSwingFISTbean| STAMP | Places the annotate display in new Point mode and allows the user to create a new Text Stamp annotation. |
| Configuration |
public void setLabel(String label);
|
public String getLabel();
|
public void setText(String text);
|
public String getText();
|
public void setRGBcolor(int rgb_color);
|
public void setFontFace(String font_face);
|
public void setPointSize(int point_size);
|
public void setFilled(boolean filled);
|
public boolean getFilled();
|
public void setBordered(boolean bordered);
|
public boolean getBordered();
|