org.geotools.styling
Interface TextMark

All Superinterfaces:
GraphicalSymbol, Mark, Symbol
All Known Implementing Classes:
TextMarkImpl

Deprecated. Please use a ExternalMark.getMarkIndex() to pick out a character from a true type font

public interface TextMark
extends Mark

Note: this isn't in the SLD specification - it was added to work with characters symbol sets.

As of Symbology Encoding 1.1 specificationt here is a clean way to work with character symbols - using an ExternalMark.getMarkIndex() to indicate which character to use.

Module:
modules/library/api (gt-api.jar)

Field Summary
 
Fields inherited from interface Mark
MARKS_EMPTY
 
Fields inherited from interface Symbol
SYMBOLS_EMPTY
 
Method Summary
 void addFont(Font font)
          Deprecated.  
 Font[] getFonts()
          Deprecated.  
 Expression getSymbol()
          Deprecated.  
 Expression getWellKnownName()
          Deprecated.  
 void setSymbol(Expression symbol)
          Deprecated.  
 void setSymbol(String symbol)
          Deprecated.  
 void setWellKnownName(Expression wellKnownName)
          Deprecated.  
 
Methods inherited from interface Mark
accept, getExternalMark, getFill, getRotation, getSize, getStroke, setExternalMark, setFill, setRotation, setSize, setStroke
 
Methods inherited from interface Mark
accept
 

Method Detail

getSymbol

Expression getSymbol()
Deprecated. 

setSymbol

void setSymbol(String symbol)
Deprecated. 

getFonts

Font[] getFonts()
Deprecated. 

setWellKnownName

void setWellKnownName(Expression wellKnownName)
Deprecated. 

getWellKnownName

Expression getWellKnownName()
Deprecated. 
Specified by:
getWellKnownName in interface Mark

addFont

void addFont(Font font)
Deprecated. 

setSymbol

void setSymbol(Expression symbol)
Deprecated. 


Copyright © 1996-2010 Geotools. All Rights Reserved.