com.stimulsoft.report.styles.conditions.elements
Class StiStyleConditionLocationElement

java.lang.Object
  extended by com.stimulsoft.report.styles.conditions.elements.StiStyleConditionElement
      extended by com.stimulsoft.report.styles.conditions.elements.StiStyleConditionLocationElement

public class StiStyleConditionLocationElement
extends StiStyleConditionElement


Constructor Summary
StiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location)
           
StiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location, StiStyleConditionOperation operationLocation)
           
 
Method Summary
 StiEnumSet<StiStyleLocation> getLocation()
          Gets or sets variant of component location on parent component area.
 StiStyleConditionOperation getOperationLocation()
          Gets or sets type of operation which will be used for comparison of component locations.
 void setLocation(StiEnumSet<StiStyleLocation> location)
           
 void setOperationLocation(StiStyleConditionOperation value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiStyleConditionLocationElement

public StiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location)

StiStyleConditionLocationElement

public StiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location,
                                        StiStyleConditionOperation operationLocation)
Method Detail

getOperationLocation

public final StiStyleConditionOperation getOperationLocation()
Gets or sets type of operation which will be used for comparison of component locations.


setOperationLocation

public final void setOperationLocation(StiStyleConditionOperation value)

getLocation

public StiEnumSet<StiStyleLocation> getLocation()
Gets or sets variant of component location on parent component area.


setLocation

public void setLocation(StiEnumSet<StiStyleLocation> location)
Parameters:
location - the location to set