|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.optimizers.LabelChoiceFactory
Factory class for LabelChoice-objects.
Constructor Summary | |
LabelChoiceFactory()
|
Method Summary | |
(package private) static java.util.ArrayList |
createLabelChoices(GM_Curve curve,
LabelDisplayElement element,
java.awt.Graphics2D g,
GeoTransform projection)
Determines LabelChoices for the given GM_Curve where a Label could be drawn. |
(package private) static java.util.ArrayList |
createLabelChoices(GM_MultiCurve multiCurve,
LabelDisplayElement element,
java.awt.Graphics2D g,
GeoTransform projection)
Determines LabelChoices for the given GM_MultiCurve where a Label could be drawn. |
(package private) static java.util.ArrayList |
createLabelChoices(LabelDisplayElement element,
java.awt.Graphics2D g,
GeoTransform projection)
Determines LabelChoices for the given LabelDisplayElement. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LabelChoiceFactory()
Method Detail |
static java.util.ArrayList createLabelChoices(LabelDisplayElement element, java.awt.Graphics2D g, GeoTransform projection)
element
- g
- projection
-
static java.util.ArrayList createLabelChoices(GM_MultiCurve multiCurve, LabelDisplayElement element, java.awt.Graphics2D g, GeoTransform projection) throws FilterEvaluationException
element
- g
- projection
-
FilterEvaluationException
static java.util.ArrayList createLabelChoices(GM_Curve curve, LabelDisplayElement element, java.awt.Graphics2D g, GeoTransform projection) throws FilterEvaluationException
curve
- element
- g
- projection
-
FilterEvaluationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |