Parent Directory
|
Revision Log
|
Patch
revision 1223 by alfonx, Wed Nov 3 15:44:54 2010 UTC | revision 1231 by alfonx, Thu Nov 4 00:53:20 2010 UTC | |
---|---|---|
# | Line 307 public class LegendIconFeatureRenderer e | Line 307 public class LegendIconFeatureRenderer e |
307 | size.height); | size.height); |
308 | ||
309 | if (style2d != null) { | if (style2d != null) { |
310 | new StyledShapePainter(null).paint(graphics, shape, | StyledShapePainter styledShapePainter = new StyledShapePainter(null); |
311 | styledShapePainter.paint(graphics, shape, | |
312 | style2d, Integer.MAX_VALUE); | style2d, Integer.MAX_VALUE); |
313 | } | } |
314 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |