Uses of Class
com.stimulsoft.base.StiEnumSet
Packages that use StiEnumSet
Package
Description
-
Uses of StiEnumSet in com.stimulsoft.base
Methods in com.stimulsoft.base that return StiEnumSetModifier and TypeMethodDescriptionStiEnumSet.exclusiveOR(IStiEnum o) static <E extends Enum<E>>
StiEnumSet<E> static <E extends Enum<E>>
StiEnumSet<E> StiEnumSet.of(E e) static <E extends Enum<E>>
StiEnumSet<E> StiEnumSet.of(E e1, E e2) static <E extends Enum<E>>
StiEnumSet<E> StiEnumSet.of(E first, E... rest) static <E extends Enum<E>>
StiEnumSet<E> StiEnumSet.of(E e1, E e2, E e3) static <E extends Enum<E>>
StiEnumSet<E> StiEnumSet.of(E e1, E e2, E e3, E e4) static <E extends Enum<E>>
StiEnumSet<E> StiEnumSet.of(E e1, E e2, E e3, E e4, E e5) static <T extends Enum<T>>
StiEnumSet<T> StiEnumSet.stringToEnums(Class<T> enumType, String value) static <T extends Enum<T>>
StiEnumSet<T> StiEnumSet.stringToEnums(Class<T> enumType, String value, String delimiter) -
Uses of StiEnumSet in com.stimulsoft.base.drawing
Fields in com.stimulsoft.base.drawing declared as StiEnumSetMethods in com.stimulsoft.base.drawing that return StiEnumSetModifier and TypeMethodDescriptionStiAdvancedBorder.getSide()Gets or sets frame borders.StiBorder.getSide()Gets or sets frame borders.Methods in com.stimulsoft.base.drawing with parameters of type StiEnumSetModifier and TypeMethodDescriptionstatic voidStiShadow.drawCachedShadow(StiGraphics g, StiRectangle rect, StiEnumSet<StiShadowSides> sides) static voidStiShadow.drawCachedShadow(StiGraphics g, StiRectangle sRect, StiEnumSet<StiShadowSides> sides, boolean isSimple) voidStiBorder.setSide(StiEnumSet<StiBorderSides> value) Constructors in com.stimulsoft.base.drawing with parameters of type StiEnumSetModifierConstructorDescriptionStiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style) StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush) Creates a new instance of the StiBorder class.StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost) Creates a new instance of the StiBorder class.StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, int size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush) -
Uses of StiEnumSet in com.stimulsoft.base.json
Methods in com.stimulsoft.base.json with parameters of type StiEnumSetModifier and TypeMethodDescriptionvoidJSONObject.AddPropertyEnum(String key, StiEnumSet<?> value, IStiEnum defaultValue) -
Uses of StiEnumSet in com.stimulsoft.base.serializing.utils
Methods in com.stimulsoft.base.serializing.utils that return StiEnumSetModifier and TypeMethodDescriptionstatic <T extends Enum<T>>
StiEnumSet<T> StiSerializTypeConverter.stringToEnums(Class<T> enumType, String value) Methods in com.stimulsoft.base.serializing.utils with parameters of type StiEnumSetModifier and TypeMethodDescriptionstatic StringStiSerializTypeConverter.enumsToString(StiEnumSet<?> emums) -
Uses of StiEnumSet in com.stimulsoft.base.system
Fields in com.stimulsoft.base.system declared as StiEnumSetMethods in com.stimulsoft.base.system that return StiEnumSetModifier and TypeMethodDescriptionstatic StiEnumSet<StiFontStyle> StiFontStyle.forValueSet(int value) Constructors in com.stimulsoft.base.system with parameters of type StiEnumSet -
Uses of StiEnumSet in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components that return StiEnumSetModifier and TypeMethodDescriptionStiComponent.getAnchor()StiComponent.getRestrictions()gets or sets value which indicates the restrictions of a component.StiPage.getRestrictions()StiComponent.getShiftMode()gets or sets a value which indicates the shift mode of a component.StiPage.getShiftMode()Methods in com.stimulsoft.report.components with parameters of type StiEnumSetModifier and TypeMethodDescriptionstatic booleanStiRestrictionsHelper.isAllowDelete(StiEnumSet<StiRestrictions> restrictions) voidStiComponent.setAnchor(StiEnumSet<StiAnchorMode> anchor) voidStiComponent.setRestrictions(StiEnumSet<StiRestrictions> value) voidStiPage.setRestrictions(StiEnumSet<StiRestrictions> value) voidStiComponent.setShiftMode(StiEnumSet<StiShiftMode> value) voidStiPage.setShiftMode(StiEnumSet<StiShiftMode> value) -
Uses of StiEnumSet in com.stimulsoft.report.components.bands
Methods in com.stimulsoft.report.components.bands that return StiEnumSetMethods in com.stimulsoft.report.components.bands with parameters of type StiEnumSet -
Uses of StiEnumSet in com.stimulsoft.report.components.complexcomponents
Methods in com.stimulsoft.report.components.complexcomponents that return StiEnumSetMethods in com.stimulsoft.report.components.complexcomponents with parameters of type StiEnumSet -
Uses of StiEnumSet in com.stimulsoft.report.components.conditions
Methods in com.stimulsoft.report.components.conditions that return StiEnumSetMethods in com.stimulsoft.report.components.conditions with parameters of type StiEnumSetModifier and TypeMethodDescriptionstatic voidStiConditionHelper.ApplyFont(Object component, StiFont font, StiEnumSet<StiConditionPermissions> perms) final voidStiCondition.setBorderSides(StiEnumSet<StiConditionBorderSides> value) final voidStiCondition.setPermissions(StiEnumSet<StiConditionPermissions> value) Constructors in com.stimulsoft.report.components.conditions with parameters of type StiEnumSetModifierConstructorDescriptionStiCondition(StiFilterItem item, String column, StiFilterCondition condition, String value1, String value2, StiFilterDataType dataType, String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides) Creates a new object of the type StiCondition.StiCondition(StiFilterItem item, String column, StiFilterCondition condition, String value1, String value2, StiFilterDataType dataType, String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides, StiEnumSet<StiConditionPermissions> permissions) Creates a new object of the type StiCondition.StiCondition(String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides) Creates a new object of the type StiCondition.StiCondition(String expression, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides, StiEnumSet<StiConditionPermissions> permissions) Creates a new object of the type StiCondition.StiCondition(String column, StiFilterCondition condition, String value1, String value2, StiFilterDataType dataType, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides) Creates a new object of the type StiCondition.StiCondition(String column, StiFilterCondition condition, String value1, String value2, StiFilterDataType dataType, StiColor textColor, StiColor backColor, StiFont font, boolean enabled, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides, StiEnumSet<StiConditionPermissions> permissions, boolean breakIfTrue) Creates a new object of the type StiCondition.StiMultiCondition(StiColor textColor, StiColor backColor, StiFont font, boolean enabled, StiFilterMode filterMode, StiFilter[] filters, boolean canAssignExpression, String assignExpression, String style, StiEnumSet<StiConditionBorderSides> borderSides) Creates a new object of the type StiMultiCondition.StiMultiCondition(StiColor textColor, StiColor backColor, StiFont font, boolean enabled, StiFilterMode filterMode, StiFilter[] filters, String style, StiEnumSet<StiConditionBorderSides> borderSides) Creates a new object of the type StiMultiCondition. -
Uses of StiEnumSet in com.stimulsoft.report.components.interfaces
Methods in com.stimulsoft.report.components.interfaces that return StiEnumSetMethods in com.stimulsoft.report.components.interfaces with parameters of type StiEnumSet -
Uses of StiEnumSet in com.stimulsoft.report.components.table
Methods in com.stimulsoft.report.components.table that return StiEnumSetModifier and TypeMethodDescriptionStiTableCell.getRestrictions()StiTableCellCheckBox.getRestrictions()StiTableCellImage.getRestrictions()StiTableCellRichText.getRestrictions()Methods in com.stimulsoft.report.components.table with parameters of type StiEnumSetModifier and TypeMethodDescriptionvoidStiTableCell.setRestrictions(StiEnumSet<StiRestrictions> value) voidStiTableCellCheckBox.setRestrictions(StiEnumSet<StiRestrictions> value) voidStiTableCellImage.setRestrictions(StiEnumSet<StiRestrictions> value) voidStiTableCellRichText.setRestrictions(StiEnumSet<StiRestrictions> value) -
Uses of StiEnumSet in com.stimulsoft.report.components.textFormats
Methods in com.stimulsoft.report.components.textFormats that return StiEnumSetMethods in com.stimulsoft.report.components.textFormats with parameters of type StiEnumSetModifier and TypeMethodDescriptionvoidStiFormatService.setState(StiEnumSet<StiTextFormatState> state) -
Uses of StiEnumSet in com.stimulsoft.report.crossTab
Methods in com.stimulsoft.report.crossTab that return StiEnumSetModifier and TypeMethodDescriptionStiCrossField.getRestrictions()final StiEnumSet<StiShiftMode> StiCrossField.getShiftMode()Methods in com.stimulsoft.report.crossTab with parameters of type StiEnumSetModifier and TypeMethodDescriptionvoidStiCrossField.setRestrictions(StiEnumSet<StiRestrictions> value) final voidStiCrossField.setShiftMode(StiEnumSet<StiShiftMode> value) -
Uses of StiEnumSet in com.stimulsoft.report.dialogs
Methods in com.stimulsoft.report.dialogs that return StiEnumSetMethods in com.stimulsoft.report.dialogs with parameters of type StiEnumSetModifier and TypeMethodDescriptionfinal voidStiReportControl.setShiftMode(StiEnumSet<StiShiftMode> value) -
Uses of StiEnumSet in com.stimulsoft.report.export.settings
Methods in com.stimulsoft.report.export.settings that return StiEnumSetMethods in com.stimulsoft.report.export.settings with parameters of type StiEnumSetModifier and TypeMethodDescriptionvoidStiPdfExportSettings.setUserAccessPrivileges(StiEnumSet<StiUserAccessPrivileges> userAccessPrivileges) -
Uses of StiEnumSet in com.stimulsoft.report.export.tools
Methods in com.stimulsoft.report.export.tools that return StiEnumSetModifier and TypeMethodDescriptionstatic StiEnumSet<StiUserAccessPrivileges> static StiEnumSet<StiUserAccessPrivileges> StiUserAccessPrivileges.parseInt(int value) -
Uses of StiEnumSet in com.stimulsoft.report.painters.context.chart
Methods in com.stimulsoft.report.painters.context.chart with parameters of type StiEnumSetModifier and TypeMethodDescriptionvoidStiContext.drawCachedShadow(StiRectangle rect, StiEnumSet<StiShadowSides> sides, boolean isPrinting) voidStiContext.drawCachedShadow(StiRectangle rect, StiEnumSet<StiShadowSides> sides, boolean isPrinting, StiRectangle clipRect) voidStiContext.drawCachedShadow(StiRectangle rect, StiEnumSet<StiShadowSides> sides, boolean isPrinting, StiRectangle clipRect, StiCornerRadius cornerRadius) -
Uses of StiEnumSet in com.stimulsoft.report.painters.context.chart.geoms
Methods in com.stimulsoft.report.painters.context.chart.geoms that return StiEnumSetModifier and TypeMethodDescriptionStiFontGeom.getFontStyle()StiStringFormatGeom.getFormatFlags()StiCachedShadowGeom.getSides()Methods in com.stimulsoft.report.painters.context.chart.geoms with parameters of type StiEnumSetModifier and TypeMethodDescriptionvoidStiFontGeom.setFontStyle(StiEnumSet<StiFontStyle> fontStyle) voidStiStringFormatGeom.setFormatFlags(StiEnumSet<StiStringFormatFlags> formatFlags) voidStiCachedShadowGeom.setSides(StiEnumSet<StiShadowSides> sides) Constructors in com.stimulsoft.report.painters.context.chart.geoms with parameters of type StiEnumSetModifierConstructorDescriptionStiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting) StiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting, StiRectangle clipRect) StiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting, StiRectangle clipRect, StiCornerRadius cornerRadius) StiFontGeom(String fontName, double fontSize, StiEnumSet<StiFontStyle> style) -
Uses of StiEnumSet in com.stimulsoft.report.styles
Methods in com.stimulsoft.report.styles that return StiEnumSetModifier and TypeMethodDescriptionstatic StiEnumSet<StiBorderSides> StiStylesHelper.getBorderSidesFromLocation(StiComponent component) -
Uses of StiEnumSet in com.stimulsoft.report.styles.conditions
Methods in com.stimulsoft.report.styles.conditions that return StiEnumSetModifier and TypeMethodDescriptionfinal StiEnumSet<StiStyleComponentType> StiStyleCondition.getComponentType()Gets or sets component type which can be detected by style condition.final StiEnumSet<StiStyleLocation> StiStyleCondition.getLocation()Gets or sets variant of component location on parent component area.StiStyleCondition.getPlacement()Gets or sets type of bands on which component can be placed.final StiEnumSet<StiStyleConditionType> StiStyleCondition.getType()Gets or sets type of this style condition.Methods in com.stimulsoft.report.styles.conditions with parameters of type StiEnumSetModifier and TypeMethodDescriptionfinal voidStiStyleCondition.setComponentType(StiEnumSet<StiStyleComponentType> value) final voidStiStyleCondition.setLocation(StiEnumSet<StiStyleLocation> value) voidStiStyleCondition.setPlacement(StiEnumSet<StiStyleComponentPlacement> placement) final voidStiStyleCondition.setType(StiEnumSet<StiStyleConditionType> value) Constructors in com.stimulsoft.report.styles.conditions with parameters of type StiEnumSetModifierConstructorDescriptionStiStyleCondition(StiEnumSet<StiStyleConditionType> type, StiStyleConditionOperation operationPlacement, StiStyleConditionOperation operationPlacementNestedLevel, StiStyleConditionOperation operationComponentType, StiStyleConditionOperation operationLocation, StiStyleConditionOperation operationComponentName, StiEnumSet<StiStyleComponentPlacement> placement, int placementNestedLevel, StiEnumSet<StiStyleComponentType> componentType, StiEnumSet<StiStyleLocation> location, String componentName) Creates a new object of the type StiStyleCondition. -
Uses of StiEnumSet in com.stimulsoft.report.styles.conditions.elements
Methods in com.stimulsoft.report.styles.conditions.elements that return StiEnumSetModifier and TypeMethodDescriptionfinal StiEnumSet<StiStyleComponentType> StiStyleConditionComponentTypeElement.getComponentType()Gets or sets component type which can be detected by style condition.StiStyleConditionLocationElement.getLocation()Gets or sets variant of component location on parent component area.StiStyleConditionPlacementElement.getPlacement()Gets or sets type of bands on which component can be placed.Methods in com.stimulsoft.report.styles.conditions.elements with parameters of type StiEnumSetModifier and TypeMethodDescriptionfinal voidStiStyleConditionComponentTypeElement.setComponentType(StiEnumSet<StiStyleComponentType> value) voidStiStyleConditionLocationElement.setLocation(StiEnumSet<StiStyleLocation> location) voidStiStyleConditionPlacementElement.setPlacement(StiEnumSet<StiStyleComponentPlacement> placement) Constructors in com.stimulsoft.report.styles.conditions.elements with parameters of type StiEnumSetModifierConstructorDescriptionStiStyleConditionComponentTypeElement(StiEnumSet<StiStyleComponentType> componentType) StiStyleConditionComponentTypeElement(StiEnumSet<StiStyleComponentType> componentType, StiStyleConditionOperation operationComponentType) StiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location, StiStyleConditionOperation operationLocation) StiStyleConditionPlacementElement(StiEnumSet<StiStyleComponentPlacement> placement, StiStyleConditionOperation operationPlacement) -
Uses of StiEnumSet in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper that return StiEnumSetModifier and TypeMethodDescriptionstatic StiEnumSet<StiConditionBorderSides> StiReportEdit.strBordersToConditionBorderSidesObject(String borders) static StiEnumSet<StiConditionPermissions> StiReportEdit.strPermissionsToConditionPermissionsObject(String strPermissions)