org.geotools.styling
Interface Halo

All Known Implementing Classes:
HaloImpl

public interface Halo

A Halo fills an extended area outside the glyphs of a rendered textlabel to make it easier to read over a background. $Id: Halo.java,v 1.5 2003/08/01 16:54:12 ianturton Exp $

Author:
Ian Turton, CCG

Method Summary
 void accept(StyleVisitor visitor)
           
 Fill getFill()
          The fill (color) of the halo
 Expression getRadius()
          Expression that represents the the distance the halo extends from the text
 void setFill(Fill fill)
          The fill (color) of the halo
 void setRadius(Expression radius)
          Expression that represents the the distance the halo extends from the text
 

Method Detail

getRadius

public Expression getRadius()
Expression that represents the the distance the halo extends from the text


setRadius

public void setRadius(Expression radius)
Expression that represents the the distance the halo extends from the text


getFill

public Fill getFill()
The fill (color) of the halo


setFill

public void setFill(Fill fill)
The fill (color) of the halo


accept

public void accept(StyleVisitor visitor)


Copyright © GeoTools. All Rights Reserved.