org.free.garminimg
Class IndexedSimpleLabel

java.lang.Object
  extended by org.free.garminimg.Label
      extended by org.free.garminimg.SimpleLabel
          extended by org.free.garminimg.IndexedSimpleLabel
All Implemented Interfaces:
IndexedLabel

public class IndexedSimpleLabel
extends SimpleLabel
implements IndexedLabel


Field Summary
 
Fields inherited from class org.free.garminimg.Label
file, initDone, labelOffset, name
 
Constructor Summary
IndexedSimpleLabel(ImgFileBag file, int labelOffset, int type, int subType, int longitude, int latitude)
           
 
Method Summary
 int getLatitude()
           
 int getLongitude()
           
 int getSubType()
           
 int getType()
           
 java.lang.String toDebugHtml()
           
 
Methods inherited from class org.free.garminimg.SimpleLabel
init
 
Methods inherited from class org.free.garminimg.Label
equals, getName, hashCode, initIfNeeded, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexedSimpleLabel

public IndexedSimpleLabel(ImgFileBag file,
                          int labelOffset,
                          int type,
                          int subType,
                          int longitude,
                          int latitude)
Method Detail

getType

public int getType()
Specified by:
getType in interface IndexedLabel

getSubType

public int getSubType()
Specified by:
getSubType in interface IndexedLabel

getLatitude

public int getLatitude()
Specified by:
getLatitude in interface IndexedLabel

getLongitude

public int getLongitude()
Specified by:
getLongitude in interface IndexedLabel

toDebugHtml

public java.lang.String toDebugHtml()
                             throws java.io.IOException
Overrides:
toDebugHtml in class Label
Throws:
java.io.IOException


Copyright © 2008. All Rights Reserved.