org.esa.beam.framework.datamodel
Class Graticule.TextGlyph

java.lang.Object
  extended by org.esa.beam.framework.datamodel.Graticule.TextGlyph
Enclosing class:
Graticule

public static class Graticule.TextGlyph
extends Object


Constructor Summary
Graticule.TextGlyph(String text, float x, float y, float angle)
           
 
Method Summary
 float getAngle()
           
 String getText()
           
 float getX()
           
 float getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graticule.TextGlyph

public Graticule.TextGlyph(String text,
                           float x,
                           float y,
                           float angle)
Method Detail

getText

public String getText()

getX

public float getX()

getY

public float getY()

getAngle

public float getAngle()


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.