Uses of Class
org.gvsig.fmap.mapcontext.rendering.legend.LegendException

Packages that use LegendException
  • Uses of LegendException in org.gvsig.fmap.mapcontext.rendering.legend

    Modifier and Type
    Method
    Description
    void
    IVectorLegend.draw(BufferedImage image, Graphics2D graphics2D, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, Map queryParameters, org.gvsig.crs.projection.lib.CoordinateTransformation coordTrans, org.gvsig.fmap.dal.feature.FeatureStore featureStore)
    Draws the FeatureStore data using this legend simbology.
    void
    IVectorLegend.draw(BufferedImage image, Graphics2D graphics2D, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, Map queryParameters, org.gvsig.crs.projection.lib.CoordinateTransformation coordTrans, org.gvsig.fmap.dal.feature.FeatureStore featureStore, org.gvsig.fmap.dal.feature.FeatureQuery featureQuery)
    Draws the FeatureStore data using this legend simbology.
    void
    IVectorLegend.print(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, Map queryParameters, org.gvsig.crs.projection.lib.CoordinateTransformation coordTrans, org.gvsig.fmap.dal.feature.FeatureStore featureStore, org.gvsig.compat.print.PrintAttributes properties)
     
    void
    IVectorLegend.print(Graphics2D g, ViewPort viewPort, org.gvsig.tools.task.Cancellable cancel, double scale, Map queryParameters, org.gvsig.crs.projection.lib.CoordinateTransformation coordTrans, org.gvsig.fmap.dal.feature.FeatureStore featureStore, org.gvsig.fmap.dal.feature.FeatureQuery featureQuery, org.gvsig.compat.print.PrintAttributes properties)