com.stimulsoft.report.check.component
Class StiWidthHeightZeroComponentCheck

java.lang.Object
  extended by com.stimulsoft.report.check.StiCheck
      extended by com.stimulsoft.report.check.component.StiComponentCheck
          extended by com.stimulsoft.report.check.component.StiWidthHeightZeroComponentCheck

public class StiWidthHeightZeroComponentCheck
extends StiComponentCheck

Copyright Stimulsoft


Constructor Summary
StiWidthHeightZeroComponentCheck()
           
 
Method Summary
 java.lang.String getLongMessage()
           
 java.lang.String getShortMessage()
           
 StiCheckStatus getStatus()
           
 java.lang.Object processCheck(StiReport report, java.lang.Object obj)
           
 
Methods inherited from class com.stimulsoft.report.check.component.StiComponentCheck
getElementName, getObjectType
 
Methods inherited from class com.stimulsoft.report.check.StiCheck
clone, createPreviewImage, getActions, getElement, getEnabled, getPreviewVisible, isDefaultStateEnabled, setActions, setElement, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWidthHeightZeroComponentCheck

public StiWidthHeightZeroComponentCheck()
Method Detail

getShortMessage

public java.lang.String getShortMessage()
Specified by:
getShortMessage in class StiCheck

getLongMessage

public java.lang.String getLongMessage()
Specified by:
getLongMessage in class StiCheck

getStatus

public StiCheckStatus getStatus()
Specified by:
getStatus in class StiCheck

processCheck

public java.lang.Object processCheck(StiReport report,
                                     java.lang.Object obj)
Specified by:
processCheck in class StiCheck