Class StiRadialTickMarkCustomValue
java.lang.Object
com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
com.stimulsoft.report.infographics.gauge.tick.radial.mark.StiRadialTickMarkCustomValue
Copyright Stimulsoft
-
Field Summary
FieldsFields inherited from class com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
offset, placement, value -
Constructor Summary
ConstructorsConstructorDescriptionStiRadialTickMarkCustomValue(double value) StiRadialTickMarkCustomValue(double value, Double offset, Double relativeWidth, Double relativeHeight, Double offsetAngle, StiPlacement placement, StiBrush brush, StiBrush borderBrush, Double borderWidth, StiGaugeElementSkin skin) StiRadialTickMarkCustomValue(double value, Double offset, Double relativeWidth, Double relativeHeight, Double offsetAngle, StiPlacement placement, StiGaugeElementSkin skin) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a copy of the current instance.the border of the component.the border thickness of the component.getBrush()a brush to fill a component.an additional rotation angle.the height factor relative to the height of the basic component.the width ratio relative to the height of the basic component.getSkin()the skin of the component rendering.voidLoadFromJsonObject(JSONObject jObject) voidsetBorderBrush(StiBrush borderBrush) the border of the component.voidsetBorderWidth(Double borderWidth) the border thickness of the component.voida brush to fill a component.voidsetOffsetAngle(Double offsetAngle) an additional rotation angle.voidsetRelativeHeight(Double relativeHeight) the height factor relative to the height of the basic component.voidsetRelativeWidth(Double relativeWidth) the width ratio relative to the height of the basic component.voidsetSkin(StiGaugeElementSkin skin) the skin of the component rendering.toString()Methods inherited from class com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
getOffset, getPlacement, getValue, setOffset, setPlacement, setValue
-
Field Details
-
useBrush
public boolean useBrush -
useBorderBrush
public boolean useBorderBrush -
useBorderWidth
public boolean useBorderWidth
-
-
Constructor Details
-
StiRadialTickMarkCustomValue
public StiRadialTickMarkCustomValue() -
StiRadialTickMarkCustomValue
public StiRadialTickMarkCustomValue(double value) -
StiRadialTickMarkCustomValue
public StiRadialTickMarkCustomValue(double value, Double offset, Double relativeWidth, Double relativeHeight, Double offsetAngle, StiPlacement placement, StiGaugeElementSkin skin) -
StiRadialTickMarkCustomValue
public StiRadialTickMarkCustomValue(double value, Double offset, Double relativeWidth, Double relativeHeight, Double offsetAngle, StiPlacement placement, StiBrush brush, StiBrush borderBrush, Double borderWidth, StiGaugeElementSkin skin)
-
-
Method Details
-
SaveToJsonObject
- Overrides:
SaveToJsonObjectin classStiCustomValueBase- Throws:
JSONException
-
LoadFromJsonObject
- Overrides:
LoadFromJsonObjectin classStiCustomValueBase- Throws:
JSONException
-
getComponentId
- Specified by:
getComponentIdin classStiCustomValueBase
-
clone
Description copied from class:StiCustomValueBaseCreates a new object that is a copy of the current instance.- Overrides:
clonein classStiCustomValueBase
-
getRelativeWidth
the width ratio relative to the height of the basic component.- Returns:
- the relativeWidth
-
setRelativeWidth
the width ratio relative to the height of the basic component.- Parameters:
relativeWidth- the relativeWidth to set
-
getRelativeHeight
the height factor relative to the height of the basic component.- Returns:
- the relativeHeight
-
setRelativeHeight
the height factor relative to the height of the basic component.- Parameters:
relativeHeight- the relativeHeight to set
-
getOffsetAngle
an additional rotation angle.- Returns:
- the offsetAngle
-
setOffsetAngle
an additional rotation angle.- Parameters:
offsetAngle- the offsetAngle to set
-
getSkin
the skin of the component rendering.- Returns:
- the skin
-
setSkin
the skin of the component rendering.- Parameters:
skin- the skin to set
-
getBrush
a brush to fill a component.- Returns:
- the brush
-
setBrush
a brush to fill a component.- Parameters:
brush- the brush to set
-
getBorderBrush
the border of the component.- Returns:
- the borderBrush
-
setBorderBrush
the border of the component.- Parameters:
borderBrush- the borderBrush to set
-
getBorderWidth
the border thickness of the component.- Returns:
- the borderWidth
-
setBorderWidth
the border thickness of the component.- Parameters:
borderWidth- the borderWidth to set
-
getLocalizedName
- Specified by:
getLocalizedNamein classStiCustomValueBase
-
toString
-
createNew
- Overrides:
createNewin classStiCustomValueBase
-