com.stimulsoft.report.painters.components
Class StiHorizontalLinePrimitivePainter

java.lang.Object
  extended by com.stimulsoft.report.painters.StiPainter
      extended by com.stimulsoft.report.painters.components.StiComponentPainter
          extended by com.stimulsoft.report.painters.components.StiLinePrimitivePainter
              extended by com.stimulsoft.report.painters.components.StiHorizontalLinePrimitivePainter

public class StiHorizontalLinePrimitivePainter
extends StiLinePrimitivePainter

StiHorizontalLinePrimitive Painter Copyright Stimulsoft


Constructor Summary
StiHorizontalLinePrimitivePainter()
           
 
Method Summary
 void paint(StiComponent component, StiPaintArgs args)
          Paint component
 void paintSelection(StiComponent component, StiPaintArgs args, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint component selection
 
Methods inherited from class com.stimulsoft.report.painters.components.StiLinePrimitivePainter
addDotToPath, drawDot, paintHighlight
 
Methods inherited from class com.stimulsoft.report.painters.components.StiComponentPainter
drawSelectedRectangle, paintBorder, paintConditions, paintEvents, paintInheritedImage, paintMarkers, paintOrderAndQuickInfo, paintQuickButtons, paintSelection
 
Methods inherited from class com.stimulsoft.report.painters.StiPainter
getImage, getIndicatorPainter, getPainter, getShapePainter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiHorizontalLinePrimitivePainter

public StiHorizontalLinePrimitivePainter()
Method Detail

paintSelection

public void paintSelection(StiComponent component,
                           StiPaintArgs args,
                           java.lang.Double zoom,
                           java.lang.Double pageZoom)
Paint component selection

Parameters:
component - StiComponent
args - StiPaintArgs
zoom -
pageZoom -

paint

public void paint(StiComponent component,
                  StiPaintArgs args)
Paint component

Overrides:
paint in class StiPainter
Parameters:
component - StiComponent
args - StiPaintArgs