org.geotools.renderer.lite
Class LiteFeatureTypeStyle

java.lang.Object
  extended byorg.geotools.renderer.lite.LiteFeatureTypeStyle

public class LiteFeatureTypeStyle
extends java.lang.Object


Field Summary
 Rule[] elseRules
           
 java.awt.Graphics2D graphics
           
 java.awt.image.BufferedImage myImage
           
 Rule[] ruleList
           
 
Constructor Summary
LiteFeatureTypeStyle(java.awt.image.BufferedImage image, java.awt.geom.AffineTransform at, java.util.ArrayList ruleList, java.util.ArrayList elseRule, java.awt.RenderingHints hints)
           
LiteFeatureTypeStyle(java.awt.Graphics2D graphics, java.util.ArrayList ruleList, java.util.ArrayList elseRuleList)
          use this for only the 1st FTS.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myImage

public java.awt.image.BufferedImage myImage

ruleList

public Rule[] ruleList

elseRules

public Rule[] elseRules

graphics

public java.awt.Graphics2D graphics
Constructor Detail

LiteFeatureTypeStyle

public LiteFeatureTypeStyle(java.awt.image.BufferedImage image,
                            java.awt.geom.AffineTransform at,
                            java.util.ArrayList ruleList,
                            java.util.ArrayList elseRule,
                            java.awt.RenderingHints hints)

LiteFeatureTypeStyle

public LiteFeatureTypeStyle(java.awt.Graphics2D graphics,
                            java.util.ArrayList ruleList,
                            java.util.ArrayList elseRuleList)
use this for only the 1st FTS. We dont actually create an image for it -- we just use the graphics. WATCH OUT FOR THIS. NOTE: image=null in this case

Parameters:
elseRuleList -


Copyright © GeoTools. All Rights Reserved.