com.partnersoft.maps.render
Class RenderPointStyle

java.lang.Object
  extended by com.partnersoft.maps.render.RenderStyle
      extended by com.partnersoft.maps.render.RenderPointStyle

public class RenderPointStyle
extends RenderStyle


Field Summary
 PointStyle detail
           
 PointStyle print
           
 PointStyle printDetail
           
 PointStyle render
           
 
Fields inherited from class com.partnersoft.maps.render.RenderStyle
detailStyleName, printDetailStyleName, printStyleName, renderScaleRegion, styleName
 
Constructor Summary
RenderPointStyle(RenderScaleRegion renderScaleRegion, java.lang.String styleName)
           
 
Method Summary
 PointStyle pickPointStyle(int renderMode, boolean printing)
           
 
Methods inherited from class com.partnersoft.maps.render.RenderStyle
pickStyleName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

render

public PointStyle render

detail

public PointStyle detail

print

public PointStyle print

printDetail

public PointStyle printDetail
Constructor Detail

RenderPointStyle

public RenderPointStyle(RenderScaleRegion renderScaleRegion,
                        java.lang.String styleName)
Method Detail

pickPointStyle

public PointStyle pickPointStyle(int renderMode,
                                 boolean printing)