Package com.stimulsoft.report.helpers
Class StiFontIconsExHelper
java.lang.Object
com.stimulsoft.report.helpers.StiFontIconsExHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawDirectionIcons(StiContext context, StiBrush brush, StiRectangle rect, StiSize singleSize, StiFontIcons icon, String toolTip, StiInteractionDataGeom interaction, boolean verticalDirection) static voiddrawDirectionIcons(StiContext context, StiBrush brush, StiRectangle rect, StiSize singleSize, StiFontIcons icon, String toolTip, StiInteractionDataGeom interaction, boolean verticalDirection, boolean roundValues) static voiddrawFillIcons(StiContext context, StiBrush brush, StiRectangle rect, StiSize singleSize, StiFontIcons icon, String toolTip) static doublegetIconFontSize(StiContext context, StiSize size, String text) static booleanneedToUseStimulsoftFont(StiReport report)
-
Constructor Details
-
StiFontIconsExHelper
public StiFontIconsExHelper()
-
-
Method Details
-
needToUseStimulsoftFont
-
getIconFontSize
public static double getIconFontSize(StiContext context, StiSize size, String text) throws FontFormatException, IOException - Throws:
FontFormatExceptionIOException
-
drawFillIcons
public static void drawFillIcons(StiContext context, StiBrush brush, StiRectangle rect, StiSize singleSize, StiFontIcons icon, String toolTip) throws FontFormatException, IOException - Throws:
FontFormatExceptionIOException
-
drawDirectionIcons
public static void drawDirectionIcons(StiContext context, StiBrush brush, StiRectangle rect, StiSize singleSize, StiFontIcons icon, String toolTip, StiInteractionDataGeom interaction, boolean verticalDirection) -
drawDirectionIcons
public static void drawDirectionIcons(StiContext context, StiBrush brush, StiRectangle rect, StiSize singleSize, StiFontIcons icon, String toolTip, StiInteractionDataGeom interaction, boolean verticalDirection, boolean roundValues)
-