public static class AnnotationPainter.Annotation extends Object
Constructor and Description |
---|
AnnotationPainter.Annotation(String text,
float x,
float y) |
AnnotationPainter.Annotation(String text,
float x,
float y,
boolean centerX,
boolean centerY) |
AnnotationPainter.Annotation(String text,
float x,
float y,
float[] color) |
AnnotationPainter.Annotation(String text,
float x,
float y,
int offset_x,
int offset_y,
boolean centerX,
boolean centerY,
AnnotationPainter.AnnotationFont font,
float[] color) |
AnnotationPainter.Annotation(com.jogamp.opengl.util.awt.TextRenderer textRenderer,
String text,
float x,
float y,
int offset_x,
int offset_y,
boolean centerX,
boolean centerY,
float[] color) |
AnnotationPainter.Annotation(com.jogamp.opengl.util.awt.TextRenderer textRenderer,
String text,
float x,
float y,
int offset_x,
int offset_y,
boolean centerX,
boolean centerY,
float[] color,
long startTime,
long endTime) |
Modifier and Type | Method and Description |
---|---|
float[] |
getColor() |
long |
getEndTime() |
int |
getFont() |
int |
getHeight() |
int |
getOffset_x() |
int |
getOffset_y() |
long |
getStartTime() |
String |
getText() |
com.jogamp.opengl.util.awt.TextRenderer |
getTextRenderer() |
float |
getX() |
float |
getY() |
boolean |
isCenterX() |
boolean |
isCenterY() |
void |
setCenterX(boolean centerX) |
void |
setCenterY(boolean centerY) |
void |
setColor(float[] color) |
void |
setEndTime(long endTime) |
void |
setFont(int font) |
void |
setHeight(int height) |
void |
setOffset_x(int offset_x) |
void |
setOffset_y(int offset_y) |
void |
setStartTime(long startTime) |
void |
setText(String text) |
void |
setX(float x) |
void |
setY(float y) |
public AnnotationPainter.Annotation(String text, float x, float y)
public AnnotationPainter.Annotation(String text, float x, float y, boolean centerX, boolean centerY)
public AnnotationPainter.Annotation(String text, float x, float y, float[] color)
public AnnotationPainter.Annotation(com.jogamp.opengl.util.awt.TextRenderer textRenderer, String text, float x, float y, int offset_x, int offset_y, boolean centerX, boolean centerY, float[] color)
public AnnotationPainter.Annotation(String text, float x, float y, int offset_x, int offset_y, boolean centerX, boolean centerY, AnnotationPainter.AnnotationFont font, float[] color)
public AnnotationPainter.Annotation(com.jogamp.opengl.util.awt.TextRenderer textRenderer, String text, float x, float y, int offset_x, int offset_y, boolean centerX, boolean centerY, float[] color, long startTime, long endTime)
public long getStartTime()
public void setStartTime(long startTime)
public long getEndTime()
public void setEndTime(long endTime)
public float getX()
public void setX(float x)
public float getY()
public void setY(float y)
public int getOffset_x()
public void setOffset_x(int offset_x)
public int getOffset_y()
public void setOffset_y(int offset_y)
public float[] getColor()
public void setColor(float[] color)
public String getText()
public void setText(String text)
public int getFont()
public void setFont(int font)
public int getHeight()
public void setHeight(int height)
public boolean isCenterX()
public void setCenterX(boolean centerX)
public boolean isCenterY()
public void setCenterY(boolean centerY)
public com.jogamp.opengl.util.awt.TextRenderer getTextRenderer()
Copyright © 2013 Metron, Inc.. All rights reserved.