org.gvsig.dwg.fmap.dal.store.dwg
Interface LegendBuilder
- All Known Implementing Classes:
- DWGLegendBuilder
public interface LegendBuilder
DYNMETHOD_BUILDER_NAME
static final java.lang.String DYNMETHOD_BUILDER_NAME
- See Also:
- Constant Field Values
DYNMETHOD_GETLEGEND_NAME
static final java.lang.String DYNMETHOD_GETLEGEND_NAME
- See Also:
- Constant Field Values
DYNMETHOD_GETLABELING_NAME
static final java.lang.String DYNMETHOD_GETLABELING_NAME
- See Also:
- Constant Field Values
initialize
LegendBuilder initialize(org.gvsig.fmap.dal.feature.spi.FeatureStoreProvider store)
begin
void begin()
process
void process(org.gvsig.fmap.dal.feature.spi.FeatureProvider feature)
end
void end()
getLegend
java.lang.Object getLegend()
getLabeling
java.lang.Object getLabeling()
Copyright © 2004-2013 gvSIG. All Rights Reserved.