|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Halo | |
org.deegree_impl.graphics.displayelements | |
org.deegree_impl.graphics.sld | |
org.deegree.graphics.sld |
Uses of Halo in org.deegree_impl.graphics.displayelements |
Fields in org.deegree_impl.graphics.displayelements declared as Halo | |
private Halo |
RotatedLabel.halo
|
private Halo |
HorizontalLabel.halo
|
Methods in org.deegree_impl.graphics.displayelements with parameters of type Halo | |
private void |
RotatedLabel.paintHalo(java.awt.Graphics2D g,
Halo halo,
int x,
int y)
Renders the label's halo to the submitted Graphics2D context. |
static Label |
LabelFactory.createLabel(java.lang.String caption,
java.awt.Font font,
java.awt.Color color,
java.awt.font.LineMetrics metrics,
Feature feature,
Halo halo,
int x,
int y,
int w,
int h,
double rotation,
double anchorPointX,
double anchorPointY,
double displacementX,
double displacementY)
|
static Label |
LabelFactory.createLabel(java.lang.String caption,
java.awt.Font font,
java.awt.Color color,
java.awt.font.LineMetrics metrics,
Feature feature,
Halo halo,
int x,
int y,
int w,
int h,
double rotation,
double[] anchorPoint,
double[] displacement)
|
private void |
HorizontalLabel.paintHalo(java.awt.Graphics2D g,
Halo halo,
int x,
int y)
Renders the label's halo to the submitted Graphics2D context. |
Constructors in org.deegree_impl.graphics.displayelements with parameters of type Halo | |
RotatedLabel(java.lang.String caption,
java.awt.Font font,
java.awt.Color color,
java.awt.font.LineMetrics metrics,
Feature feature,
Halo halo,
int x,
int y,
int w,
int h,
double rotation,
double[] anchorPoint,
double[] displacement)
|
|
HorizontalLabel(java.lang.String caption,
java.awt.Font font,
java.awt.Color color,
java.awt.font.LineMetrics metrics,
Feature feature,
Halo halo,
int x,
int y,
int w,
int h,
double[] anchorPoint,
double[] displacement)
|
Uses of Halo in org.deegree_impl.graphics.sld |
Classes in org.deegree_impl.graphics.sld that implement Halo | |
class |
Halo_Impl
Incarnation of a sld:Halo-element. |
Fields in org.deegree_impl.graphics.sld declared as Halo | |
private Halo |
TextSymbolizer_Impl.halo
|
Methods in org.deegree_impl.graphics.sld that return Halo | |
Halo |
TextSymbolizer_Impl.getHalo()
A Halo is an extension (sub-type) of a Fill and is applied to the backgrounds of font glyphs. |
static Halo |
StyleFactory.createHalo()
wrapper round StyleFactory method to create default halo |
static Halo |
StyleFactory.createHalo(java.awt.Color color,
double radius)
wrapper round StyleFactory method to create halo |
static Halo |
StyleFactory.createHalo(java.awt.Color fillColor,
double opacity,
java.awt.Color strokeColor,
double radius)
wrapper round StyleFactory method to create halo |
static Halo |
StyleFactory.createHalo(Fill fill,
Stroke stroke,
double radius)
wrapper round StyleFactory method to create halo |
private static Halo |
SLDFactory.createHalo(org.w3c.dom.Element element)
Creates a Halo-instance according to the contents of the DOM-subtree starting at the given 'Halo'-Element. |
Methods in org.deegree_impl.graphics.sld with parameters of type Halo | |
void |
TextSymbolizer_Impl.setHalo(Halo halo)
sets |
static TextSymbolizer |
StyleFactory.createTextSymbolizer(java.lang.String geometryPropertyName,
java.lang.String attribute,
Font font,
LabelPlacement labelPlacement,
Halo halo,
Fill fill,
double min,
double max)
create a textsymbolizer |
static TextSymbolizer |
StyleFactory.createTextSymbolizer(Geometry geometry,
ParameterValueType label,
Font font,
LabelPlacement labelPlacement,
Halo halo,
Fill fill,
double min,
double max)
create a textsymbolizer |
Constructors in org.deegree_impl.graphics.sld with parameters of type Halo | |
TextSymbolizer_Impl(Geometry geometry,
ParameterValueType label,
Font font,
LabelPlacement labelPlacement,
Halo halo,
Fill fill,
double min,
double max)
constructor initializing the class with the |
Uses of Halo in org.deegree.graphics.sld |
Methods in org.deegree.graphics.sld that return Halo | |
Halo |
TextSymbolizer.getHalo()
A Halo is an extension (sub-type) of a Fill and is applied to the backgrounds of font glyphs. |
Methods in org.deegree.graphics.sld with parameters of type Halo | |
void |
TextSymbolizer.setHalo(Halo halo)
Sets the Halo. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |