|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.components.shapeTypes.StiShapeTypeService
com.stimulsoft.report.components.shapeTypes.StiArrowShapeType
public class StiArrowShapeType
The class describes the shape type - Arrow.
| Field Summary |
|---|
| Fields inherited from class com.stimulsoft.base.services.StiService |
|---|
properties |
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiArrowShapeType()
Creates a new arrow. |
|
StiArrowShapeType(StiShapeDirection direction,
float arrowWidth,
float arrowHeight)
Creates a new arrow with specified arguments. |
|
| Method Summary | |
|---|---|
float |
getArrowHeight()
Gets or sets the arrow height factor. |
float |
getArrowWidth()
Gets or sets the arrow width factor. |
StiShapeDirection |
getDirection()
Gets or sets the arrow direction. |
java.lang.String |
getServiceName()
Gets a service name. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setArrowHeight(float value)
|
void |
setArrowWidth(float value)
|
void |
setDirection(StiShapeDirection value)
|
| Methods inherited from class com.stimulsoft.report.components.shapeTypes.StiShapeTypeService |
|---|
getServiceCategory, getServiceType, LoadFromJsonObjectInternal, paint, toString |
| Methods inherited from class com.stimulsoft.base.services.StiService |
|---|
clone, getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
| Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
|---|
cleanReference, getReference, setReference |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StiArrowShapeType()
public StiArrowShapeType(StiShapeDirection direction,
float arrowWidth,
float arrowHeight)
direction - Arrow direction.arrowWidth - Arrow width factor.arrowHeight - Arrow height factor.| Method Detail |
|---|
public java.lang.String getServiceName()
getServiceName in class StiServicepublic StiShapeDirection getDirection()
public void setDirection(StiShapeDirection value)
public float getArrowWidth()
public void setArrowWidth(float value)
public float getArrowHeight()
public void setArrowHeight(float value)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiShapeTypeServiceJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiShapeTypeServiceJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||