|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase
com.stimulsoft.report.infographics.gauge.tick.radial.mark.StiRadialTickMarkCustomValue
public class StiRadialTickMarkCustomValue
Copyright Stimulsoft
Field Summary | |
---|---|
boolean |
useBorderBrush
|
boolean |
useBorderWidth
|
boolean |
useBrush
|
Fields inherited from class com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase |
---|
value |
Constructor Summary | |
---|---|
StiRadialTickMarkCustomValue()
|
|
StiRadialTickMarkCustomValue(double value)
|
|
StiRadialTickMarkCustomValue(double value,
java.lang.Double offset,
java.lang.Double relativeWidth,
java.lang.Double relativeHeight,
java.lang.Double offsetAngle,
StiPlacement placement,
StiBrush brush,
StiBrush borderBrush,
java.lang.Double borderWidth,
StiGaugeElementSkin skin)
|
|
StiRadialTickMarkCustomValue(double value,
java.lang.Double offset,
java.lang.Double relativeWidth,
java.lang.Double relativeHeight,
java.lang.Double offsetAngle,
StiPlacement placement,
StiGaugeElementSkin skin)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
StiCustomValueBase |
createNew()
|
StiBrush |
getBorderBrush()
the border of the component. |
java.lang.Double |
getBorderWidth()
the border thickness of the component. |
StiBrush |
getBrush()
a brush to fill a component. |
StiComponentId |
getComponentId()
|
java.lang.String |
getLocalizedName()
|
java.lang.Double |
getOffsetAngle()
an additional rotation angle. |
java.lang.Double |
getRelativeHeight()
the height factor relative to the height of the basic component. |
java.lang.Double |
getRelativeWidth()
the width ratio relative to the height of the basic component. |
StiGaugeElementSkin |
getSkin()
the skin of the component rendering. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setBorderBrush(StiBrush borderBrush)
the border of the component. |
void |
setBorderWidth(java.lang.Double borderWidth)
the border thickness of the component. |
void |
setBrush(StiBrush brush)
a brush to fill a component. |
void |
setOffsetAngle(java.lang.Double offsetAngle)
an additional rotation angle. |
void |
setRelativeHeight(java.lang.Double relativeHeight)
the height factor relative to the height of the basic component. |
void |
setRelativeWidth(java.lang.Double relativeWidth)
the width ratio relative to the height of the basic component. |
void |
setSkin(StiGaugeElementSkin skin)
the skin of the component rendering. |
java.lang.String |
toString()
|
Methods inherited from class com.stimulsoft.report.infographics.gauge.tick.StiCustomValueBase |
---|
getOffset, getPlacement, getValue, setOffset, setPlacement, setValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean useBrush
public boolean useBorderBrush
public boolean useBorderWidth
Constructor Detail |
---|
public StiRadialTickMarkCustomValue()
public StiRadialTickMarkCustomValue(double value)
public StiRadialTickMarkCustomValue(double value, java.lang.Double offset, java.lang.Double relativeWidth, java.lang.Double relativeHeight, java.lang.Double offsetAngle, StiPlacement placement, StiGaugeElementSkin skin)
public StiRadialTickMarkCustomValue(double value, java.lang.Double offset, java.lang.Double relativeWidth, java.lang.Double relativeHeight, java.lang.Double offsetAngle, StiPlacement placement, StiBrush brush, StiBrush borderBrush, java.lang.Double borderWidth, StiGaugeElementSkin skin)
Method Detail |
---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in class StiCustomValueBase
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in class StiCustomValueBase
JSONException
public StiComponentId getComponentId()
getComponentId
in class StiCustomValueBase
public java.lang.Object clone()
StiCustomValueBase
clone
in class StiCustomValueBase
public java.lang.Double getRelativeWidth()
public void setRelativeWidth(java.lang.Double relativeWidth)
relativeWidth
- the relativeWidth to setpublic java.lang.Double getRelativeHeight()
public void setRelativeHeight(java.lang.Double relativeHeight)
relativeHeight
- the relativeHeight to setpublic java.lang.Double getOffsetAngle()
public void setOffsetAngle(java.lang.Double offsetAngle)
offsetAngle
- the offsetAngle to setpublic StiGaugeElementSkin getSkin()
public void setSkin(StiGaugeElementSkin skin)
skin
- the skin to setpublic StiBrush getBrush()
public void setBrush(StiBrush brush)
brush
- the brush to setpublic StiBrush getBorderBrush()
public void setBorderBrush(StiBrush borderBrush)
borderBrush
- the borderBrush to setpublic java.lang.Double getBorderWidth()
public void setBorderWidth(java.lang.Double borderWidth)
borderWidth
- the borderWidth to setpublic java.lang.String getLocalizedName()
getLocalizedName
in class StiCustomValueBase
public java.lang.String toString()
toString
in class java.lang.Object
public StiCustomValueBase createNew()
createNew
in class StiCustomValueBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |