Uses of Class
org.gvsig.fmap.mapcontext.rendering.symbols.SymbolDrawingException
Packages that use SymbolDrawingException
Package
Description
-
Uses of SymbolDrawingException in org.gvsig.fmap.mapcontext.rendering.legend.styling
Methods in org.gvsig.fmap.mapcontext.rendering.legend.styling that throw SymbolDrawingExceptionModifier and TypeMethodDescriptionvoidILabelClass.drawInsideRectangle(Graphics2D graphics, Rectangle bounds) Useful to render a Label with size inside little rectangles. -
Uses of SymbolDrawingException in org.gvsig.fmap.mapcontext.rendering.symbols
Methods in org.gvsig.fmap.mapcontext.rendering.symbols that throw SymbolDrawingExceptionModifier and TypeMethodDescriptionvoidISymbol.drawInsideRectangle(Graphics2D g, AffineTransform scaleInstance, Rectangle r) Useful to render the symbol inside the TOC, or inside little rectangles. -
Uses of SymbolDrawingException in org.gvsig.fmap.mapcontext.rendering.symbols.styles
Methods in org.gvsig.fmap.mapcontext.rendering.symbols.styles that throw SymbolDrawingExceptionModifier and TypeMethodDescriptionvoidIStyle.drawInsideRectangle(Graphics2D g, Rectangle r) Useful to render the symbol inside the TOC, or inside little rectangles.voidIStyle.drawOutline(Graphics2D g, Rectangle r) Used to show an outline of the style to graphically show its properties. -
Uses of SymbolDrawingException in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.impl
Methods in org.gvsig.symbology.fmap.mapcontext.rendering.symbol.impl that throw SymbolDrawingExceptionModifier and TypeMethodDescriptionvoidAbstractSymbol.drawInsideRectangle(Graphics2D g, AffineTransform affineTransform, Rectangle r)