public class Marker extends Annotation
Tool.ToolListener| Modifier and Type | Field and Description |
|---|---|
Rectangle |
iRectangle |
bBrush, clickTolerance, listenerList, pPenchart, InternalUse| Constructor and Description |
|---|
Marker() |
Marker(IBaseChart c) |
Marker(IBaseChart c,
java.lang.String text,
int fontsize,
AnnotationPosition pos,
StringAlignment align,
Color color1,
Color color2) |
Marker(java.lang.String text,
int fontsize,
AnnotationPosition pos,
StringAlignment align,
Color color1,
Color color2) |
Marker(java.lang.String text,
int fontsize,
int left,
int top,
StringAlignment align,
Color color1,
Color color2) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
calcTempPosition(int[] xyPosition,
int tmpW,
int tmpH,
int horizMargin,
int vertMargin) |
protected void |
drawString(Graphics3D g,
int x,
int y,
int t,
int tmpHeight,
java.lang.String[] s) |
boolean |
getCentered() |
boolean |
getUsePalette() |
boolean |
getVisible() |
void |
setCenter(boolean value) |
void |
setCentered(boolean b) |
void |
setUsePalette(boolean value) |
void |
setVisible(boolean value) |
int |
textWidth() |
addToolMouseListener, calcTempWidth, chartEvent, clicked, drawText, drawText, getCallout, getCursor, getCustomSize, getDescription, getHeight, getInnerText, getLeft, getPosition, getShape, getSummary, getText, getTextAlign, getTop, getWidth, mouseEvent, removeToolMouseListener, setChart, setCursor, setCustomSize, setHeight, setLeft, setPosition, setText, setTextAlign, setTop, setWidthaddMouseMotionListener, addToolListener, dispose, fireActiveChanged, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, readResolve, removeMouseMotionListener, removeToolListener, setActive, toStringgetChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic Rectangle iRectangle
public Marker(java.lang.String text,
int fontsize,
AnnotationPosition pos,
StringAlignment align,
Color color1,
Color color2)
public Marker()
public Marker(IBaseChart c)
public Marker(IBaseChart c, java.lang.String text, int fontsize, AnnotationPosition pos, StringAlignment align, Color color1, Color color2)
public Marker(java.lang.String text,
int fontsize,
int left,
int top,
StringAlignment align,
Color color1,
Color color2)
public int textWidth()
public void setCentered(boolean b)
protected void calcTempPosition(int[] xyPosition,
int tmpW,
int tmpH,
int horizMargin,
int vertMargin)
calcTempPosition in class Annotationprotected void drawString(Graphics3D g, int x, int y, int t, int tmpHeight, java.lang.String[] s)
public boolean getCentered()
public void setCenter(boolean value)
public boolean getUsePalette()
public void setUsePalette(boolean value)
public boolean getVisible()
public void setVisible(boolean value)