Class StiLinearTickMarkCustomValue
java.lang.Object
com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
com.stimulsoft.report.infographics.gauge.tick.linear.mark.StiLinearTickMarkCustomValue
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
offset, placement, value -
Constructor Summary
ConstructorsConstructorDescriptionStiLinearTickMarkCustomValue(double value) StiLinearTickMarkCustomValue(double value, Double offset, Double relativeWidth, Double relativeHeight, StiPlacement placement, StiGaugeElementSkin skin) -
Method Summary
Modifier and TypeMethodDescriptionthe 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) 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
clone, getOffset, getPlacement, getValue, setOffset, setPlacement, setValue
-
Constructor Details
-
StiLinearTickMarkCustomValue
public StiLinearTickMarkCustomValue() -
StiLinearTickMarkCustomValue
public StiLinearTickMarkCustomValue(double value) -
StiLinearTickMarkCustomValue
public StiLinearTickMarkCustomValue(double value, Double offset, Double relativeWidth, Double relativeHeight, StiPlacement placement, StiGaugeElementSkin skin)
-
-
Method Details
-
SaveToJsonObject
- Overrides:
SaveToJsonObjectin classStiCustomValueBase- Throws:
JSONException
-
LoadFromJsonObject
- Overrides:
LoadFromJsonObjectin classStiCustomValueBase- Throws:
JSONException
-
getComponentId
- Specified by:
getComponentIdin 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
-
getSkin
the skin of the component rendering.- Returns:
- the skin
-
setSkin
the skin of the component rendering.- Parameters:
skin- the skin to set
-
getLocalizedName
- Specified by:
getLocalizedNamein classStiCustomValueBase
-
toString
-
createNew
- Overrides:
createNewin classStiCustomValueBase
-