org.geotools.swing
Class RenderingOperands

Object
  extended by RenderingOperands

public class RenderingOperands
extends Object

Author:
michael

Constructor Summary
RenderingOperands(Layer layer, Graphics2D graphics)
           
RenderingOperands(Layer layer, Graphics2D graphics, GTRenderer renderer)
           
 
Method Summary
 Graphics2D getGraphics()
           
 Layer getLayer()
           
 GTRenderer getRenderer()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderingOperands

public RenderingOperands(Layer layer,
                         Graphics2D graphics)

RenderingOperands

public RenderingOperands(Layer layer,
                         Graphics2D graphics,
                         GTRenderer renderer)
Method Detail

getLayer

public Layer getLayer()

getGraphics

public Graphics2D getGraphics()

getRenderer

public GTRenderer getRenderer()


Copyright © 1996-2014 Geotools. All Rights Reserved.