|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Label | |
---|---|
org.free.garminimg | |
org.free.garminimg.export | |
org.free.garminimg.utils |
Uses of Label in org.free.garminimg |
---|
Subclasses of Label in org.free.garminimg | |
---|---|
class |
IndexedPOILabel
|
class |
IndexedSimpleLabel
|
class |
LineInNetLabel
A label in a .net sub-file |
class |
POILabel
A label for a Point Of Interest. |
class |
SimpleLabel
A basic label. |
Methods in org.free.garminimg with parameters of type Label | |
---|---|
void |
MapListener.addPoint(int type,
int subType,
int longitude,
int latitude,
Label label,
boolean indexed)
Will be called for every points. |
void |
MapListener.addPoly(int type,
int[] longitudes,
int[] latitudes,
int nbPoints,
Label label,
boolean line)
Will be called for every polygons/lines. |
Uses of Label in org.free.garminimg.export |
---|
Methods in org.free.garminimg.export with parameters of type Label | |
---|---|
void |
PolylineSaver.addLine(int type,
int[] longitudes,
int[] latitudes,
int nbPoints,
Label label)
|
void |
PolygonSaver.addLine(int type,
int[] longitudes,
int[] latitudes,
int nbPoints,
Label label)
|
void |
PointSaver.addPoint(int type,
int subType,
int longitude,
int latitude,
Label label)
|
void |
MapExporter.addPoint(int type,
int subType,
int longitude,
int latitude,
Label label,
boolean indexed)
|
void |
MapExporter.addPoly(int type,
int[] longitudes,
int[] latitudes,
int nbPoints,
Label label,
boolean line)
|
Uses of Label in org.free.garminimg.utils |
---|
Methods in org.free.garminimg.utils that return Label | |
---|---|
Label |
FoundObject.getLabel()
|
Methods in org.free.garminimg.utils with parameters of type Label | |
---|---|
void |
LabelDeClutteringFilter.addLineLabel(int[] xPoints,
int[] yPoints,
int nbPoints,
Label label,
int priority)
Will try to put the label attached to one of the segments of the given line |
void |
ReliefDrawer.addPoint(int type,
int subType,
int x,
int y,
Label label,
boolean indexed)
|
void |
FindObjectByPositionListener.addPoint(int type,
int subType,
int longitude,
int latitude,
Label label,
boolean indexed)
|
void |
PolyLabelReducerListener.addPoint(int type,
int subType,
int x,
int y,
Label label,
boolean indexed)
|
void |
CoordinateConverterListener.addPoint(int type,
int subType,
int longitude,
int latitude,
Label label,
boolean indexed)
|
void |
DualTransformedMapListener.addPoint(int type,
int subType,
int x,
int y,
Label label,
boolean indexed)
|
void |
ClippingMapListener.addPoint(int type,
int subType,
int x,
int y,
Label label,
boolean indexed)
|
void |
FindObjectByNameListener.addPoint(int type,
int subType,
int longitude,
int latitude,
Label label,
boolean indexed)
|
void |
MapDrawer.addPoint(int type,
int subType,
int x,
int y,
Label label,
boolean indexed)
|
void |
StatsListener.addPoint(int type,
int subType,
int x,
int y,
Label label,
boolean indexed)
|
void |
DiscoverTypesMapListener.addPoint(int type,
int subType,
int longitude,
int latitude,
Label label,
boolean indexed)
|
void |
TransformedMapListener.addPoint(int type,
int subType,
int x,
int y,
Label label,
boolean indexed)
Will be called for every points. |
void |
LabelDeClutteringFilter.addPointLabel(int x,
int y,
int width,
int height,
Label label,
int priority)
Will try to put the label horizontally around the point |
void |
ReliefDrawer.addPoly(int type,
int[] xPoints,
int[] yPoints,
int nbPoints,
Label label,
boolean line)
|
void |
FindObjectByPositionListener.addPoly(int type,
int[] longitudes,
int[] latitudes,
int nbPoints,
Label label,
boolean line)
|
void |
PolyLabelReducerListener.addPoly(int type,
int[] xPoints,
int[] yPoints,
int nbPoints,
Label label,
boolean line)
|
void |
CoordinateConverterListener.addPoly(int type,
int[] longitudes,
int[] latitudes,
int nbPoints,
Label label,
boolean line)
|
void |
DualTransformedMapListener.addPoly(int type,
int[] xPoints,
int[] yPoints,
int nbPoints,
Label label,
boolean line)
|
void |
ClippingMapListener.addPoly(int type,
int[] xPoints,
int[] yPoints,
int nbPoints,
Label label,
boolean line)
|
void |
FindObjectByNameListener.addPoly(int type,
int[] longitudes,
int[] latitudes,
int nbPoints,
Label label,
boolean line)
|
void |
MapDrawer.addPoly(int type,
int[] xPoints,
int[] yPoints,
int nbPoints,
Label label,
boolean line)
|
void |
StatsListener.addPoly(int type,
int[] xPoints,
int[] yPoints,
int nbPoints,
Label label,
boolean line)
|
void |
DiscoverTypesMapListener.addPoly(int type,
int[] longitudes,
int[] latitudes,
int nbPoints,
Label label,
boolean line)
|
void |
TransformedMapListener.addPoly(int type,
int[] xPoints,
int[] yPoints,
int nbPoints,
Label label,
boolean line)
Will be called for every polygons/lines. |
void |
LabelDeClutteringFilter.addSurfaceLabel(int[] xPoints,
int[] yPoints,
int nbPoints,
Label label,
int priority)
will try to put the label horizontaly within the given surface |
Constructors in org.free.garminimg.utils with parameters of type Label | |
---|---|
FoundObject(int type,
Label label)
|
|
FoundPoint(int type,
int subType,
int longitude,
int latitude,
Label label,
boolean indexed)
|
|
FoundPoly(int type,
int[] longitudes,
int[] latitudes,
int nbPoints,
Label label,
boolean line)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |