Uses of Enum Class
com.stimulsoft.report.helpers.StiFontIcons
Packages that use StiFontIcons
Package
Description
-
Uses of StiFontIcons in com.stimulsoft.report.chart
Methods in com.stimulsoft.report.chart that return StiFontIconsMethods in com.stimulsoft.report.chart with parameters of type StiFontIcons -
Uses of StiFontIcons in com.stimulsoft.report.chart.core.marker
Methods in com.stimulsoft.report.chart.core.marker with parameters of type StiFontIconsModifier and TypeMethodDescriptionfinal voidStiMarkerCoreXF.DrawPoint(StiContext context, double x, double y, double scale, StiBrush brush, StiPenGeom pen, StiMarkerType markerType, StiFontIcons icon, double markerSize, double angle, boolean isMouseOver, boolean isAnimation, String toolTip, Object tag, StiInteractionDataGeom interaction) -
Uses of StiFontIcons in com.stimulsoft.report.chart.view.marker
Methods in com.stimulsoft.report.chart.view.marker that return StiFontIconsMethods in com.stimulsoft.report.chart.view.marker with parameters of type StiFontIcons -
Uses of StiFontIcons in com.stimulsoft.report.components.simplecomponents
Methods in com.stimulsoft.report.components.simplecomponents that return StiFontIconsMethods in com.stimulsoft.report.components.simplecomponents with parameters of type StiFontIcons -
Uses of StiFontIcons in com.stimulsoft.report.helpers
Methods in com.stimulsoft.report.helpers that return StiFontIconsModifier and TypeMethodDescriptionstatic StiFontIconsReturns the enum constant of this class with the specified name.static StiFontIcons[]StiFontIcons.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.stimulsoft.report.helpers that return types with arguments of type StiFontIconsModifier and TypeMethodDescriptionstatic List<StiFontIcons> StiFontIconsHelper.getFontIcons(StiFontIconGroup iconGroup) static List<StiFontIcons> StiFontIconsHelper.getFontIcons(StiFontIconSet iconSet) Methods in com.stimulsoft.report.helpers with parameters of type StiFontIconsModifier and TypeMethodDescriptionstatic BufferedImageStiFontIconsHelper.convertFontIconToImage(StiFontIcons icon, StiColor color, int width, int height) static voidStiFontIconsExHelper.drawDirectionIcons(StiContext context, StiBrush brush, StiRectangle rect, StiSize singleSize, StiFontIcons icon, String toolTip, StiInteractionDataGeom interaction, boolean verticalDirection) static voidStiFontIconsExHelper.drawDirectionIcons(StiContext context, StiBrush brush, StiRectangle rect, StiSize singleSize, StiFontIcons icon, String toolTip, StiInteractionDataGeom interaction, boolean verticalDirection, boolean roundValues) static voidStiFontIconsExHelper.drawFillIcons(StiContext context, StiBrush brush, StiRectangle rect, StiSize singleSize, StiFontIcons icon, String toolTip) static StringStiFontIconsHelper.getContent(StiFontIcons fontIcons) -
Uses of StiFontIcons in com.stimulsoft.report.maps.gis
Methods in com.stimulsoft.report.maps.gis that return StiFontIconsMethods in com.stimulsoft.report.maps.gis with parameters of type StiFontIconsConstructors in com.stimulsoft.report.maps.gis with parameters of type StiFontIcons