com.metsci.glimpse.painter.info
Class AnnotationPainter.Annotation
java.lang.Object
com.metsci.glimpse.painter.info.AnnotationPainter.Annotation
- Enclosing class:
- AnnotationPainter
public static class AnnotationPainter.Annotation
- extends java.lang.Object
Constructor Summary |
AnnotationPainter.Annotation(java.lang.String text,
float x,
float y)
|
AnnotationPainter.Annotation(java.lang.String text,
float x,
float y,
boolean centerX,
boolean centerY)
|
AnnotationPainter.Annotation(java.lang.String text,
float x,
float y,
float[] color)
|
AnnotationPainter.Annotation(java.lang.String text,
float x,
float y,
int offset_x,
int offset_y,
boolean centerX,
boolean centerY,
AnnotationPainter.AnnotationFont font,
float[] color)
|
AnnotationPainter.Annotation(com.sun.opengl.util.j2d.TextRenderer textRenderer,
java.lang.String text,
float x,
float y,
int offset_x,
int offset_y,
boolean centerX,
boolean centerY,
float[] color)
|
AnnotationPainter.Annotation(com.sun.opengl.util.j2d.TextRenderer textRenderer,
java.lang.String text,
float x,
float y,
int offset_x,
int offset_y,
boolean centerX,
boolean centerY,
float[] color,
long startTime,
long endTime)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationPainter.Annotation
public AnnotationPainter.Annotation(java.lang.String text,
float x,
float y)
AnnotationPainter.Annotation
public AnnotationPainter.Annotation(java.lang.String text,
float x,
float y,
boolean centerX,
boolean centerY)
AnnotationPainter.Annotation
public AnnotationPainter.Annotation(java.lang.String text,
float x,
float y,
float[] color)
AnnotationPainter.Annotation
public AnnotationPainter.Annotation(com.sun.opengl.util.j2d.TextRenderer textRenderer,
java.lang.String text,
float x,
float y,
int offset_x,
int offset_y,
boolean centerX,
boolean centerY,
float[] color)
AnnotationPainter.Annotation
public AnnotationPainter.Annotation(java.lang.String text,
float x,
float y,
int offset_x,
int offset_y,
boolean centerX,
boolean centerY,
AnnotationPainter.AnnotationFont font,
float[] color)
AnnotationPainter.Annotation
public AnnotationPainter.Annotation(com.sun.opengl.util.j2d.TextRenderer textRenderer,
java.lang.String text,
float x,
float y,
int offset_x,
int offset_y,
boolean centerX,
boolean centerY,
float[] color,
long startTime,
long endTime)
getStartTime
public long getStartTime()
setStartTime
public void setStartTime(long startTime)
getEndTime
public long getEndTime()
setEndTime
public void setEndTime(long endTime)
getX
public float getX()
setX
public void setX(float x)
getY
public float getY()
setY
public void setY(float y)
getOffset_x
public int getOffset_x()
setOffset_x
public void setOffset_x(int offset_x)
getOffset_y
public int getOffset_y()
setOffset_y
public void setOffset_y(int offset_y)
getColor
public float[] getColor()
setColor
public void setColor(float[] color)
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getFont
public int getFont()
setFont
public void setFont(int font)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
isCenterX
public boolean isCenterX()
setCenterX
public void setCenterX(boolean centerX)
isCenterY
public boolean isCenterY()
setCenterY
public void setCenterY(boolean centerY)
getTextRenderer
public com.sun.opengl.util.j2d.TextRenderer getTextRenderer()
Copyright © 2012 Metron, Inc.. All Rights Reserved.