com.metsci.glimpse.painter.info
Class AnnotationPainter.Annotation

java.lang.Object
  extended by 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)
           
 
Method Summary
 float[] getColor()
           
 long getEndTime()
           
 int getFont()
           
 int getHeight()
           
 int getOffset_x()
           
 int getOffset_y()
           
 long getStartTime()
           
 java.lang.String getText()
           
 com.sun.opengl.util.j2d.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(java.lang.String text)
           
 void setX(float x)
           
 void setY(float y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.