Class StiStyleConditionLocationElement
java.lang.Object
com.stimulsoft.report.styles.conditions.elements.StiStyleConditionElement
com.stimulsoft.report.styles.conditions.elements.StiStyleConditionLocationElement
-
Constructor Summary
ConstructorsConstructorDescriptionStiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location, StiStyleConditionOperation operationLocation) -
Method Summary
Modifier and TypeMethodDescriptionGets or sets variant of component location on parent component area.Gets or sets type of operation which will be used for comparison of component locations.voidsetLocation(StiEnumSet<StiStyleLocation> location) final void
-
Constructor Details
-
StiStyleConditionLocationElement
-
StiStyleConditionLocationElement
public StiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location, StiStyleConditionOperation operationLocation)
-
-
Method Details
-
getOperationLocation
Gets or sets type of operation which will be used for comparison of component locations. -
setOperationLocation
-
getLocation
Gets or sets variant of component location on parent component area. -
setLocation
- Parameters:
location- the location to set
-