Class StiPie3dHelper
java.lang.Object
com.stimulsoft.report.chart.helpers.StiPie3dHelper
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiColorcreateColorWithCorrectedLightness(StiColor color, float correctionFactor) static floatgetActualAngle(StiRectangle rect, float transformedAngle) Gets the actual angle from the rendering angle.static floattransformAngle(StiRectangle rect, float angle)
-
Field Details
-
brightnessEnhancementFactor1
public static final float brightnessEnhancementFactor1- See Also:
-
-
Constructor Details
-
StiPie3dHelper
public StiPie3dHelper()
-
-
Method Details
-
createColorWithCorrectedLightness
-
getActualAngle
Gets the actual angle from the rendering angle.- Parameters:
transformedAngle- Transformed angle for which actual angle has to be evaluated.- Returns:
- Actual angle.
-
transformAngle
-