com.stimulsoft.report.components.shapeTypes
Class StiFlowchartOffPageConnectorShapeType

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.base.services.StiService
          extended by com.stimulsoft.report.components.shapeTypes.StiShapeTypeService
              extended by com.stimulsoft.report.components.shapeTypes.StiFlowchartOffPageConnectorShapeType
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, java.lang.Cloneable

public class StiFlowchartOffPageConnectorShapeType
extends StiShapeTypeService

The class describes the shape type - FlowchartOffPageConnector.


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
StiFlowchartOffPageConnectorShapeType()
          Creates a new FlowchartOffPageConnector.
StiFlowchartOffPageConnectorShapeType(StiShapeDirection direction)
          Creates a new FlowchartOffPageConnector with specified arguments.
 
Method Summary
 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 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

StiFlowchartOffPageConnectorShapeType

public StiFlowchartOffPageConnectorShapeType()
Creates a new FlowchartOffPageConnector.


StiFlowchartOffPageConnectorShapeType

public StiFlowchartOffPageConnectorShapeType(StiShapeDirection direction)
Creates a new FlowchartOffPageConnector with specified arguments.

Parameters:
direction - Arrow direction.
Method Detail

getServiceName

public java.lang.String getServiceName()
Gets a service name.

Overrides:
getServiceName in class StiService

getDirection

public StiShapeDirection getDirection()
Gets or sets the arrow direction.


setDirection

public void setDirection(StiShapeDirection value)

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Overrides:
SaveToJsonObject in class StiShapeTypeService
Throws:
JSONException

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Overrides:
LoadFromJsonObject in class StiShapeTypeService
Throws:
JSONException


Copyright © 2018 Stimulsoft. All Rights Reserved.