SPC Chart Shape Types

Sepasoft MES Module Suite

SPC Chart Shape Types Object

Properties

getShape()


Description

Returns the SPC chart shape type object for the name specified.

Syntax

getShape()

  • Parameters

None

  • Returns

Shape shape - The shape of the SPC chart. 


getTypeFromDescription(description)


Returns the SPC chart shape type object for the description specified.

Syntax

getTypeFromDescription(description)

  • Parameters

String description - The note to return the type for.

  • Returns

SPCChartShapeTypes type - The SPC chart shape type object specified by the parameter. 

getTypeFromName(name)

Returns the SPC chart shape type object for the name specified.

Syntax

getTypeFromName(name)

  • Parameters

String name - The name to return the type for.

  • Returns

SPCChartShapeTypes type - The SPC chart shape type object specified by the parameter. 


intToType(ordinal)

Description

Returns the SPC chart shape type object for the ordinal value specified.

Syntax

intToType(ordinal)

  • Parameters

int ordinal - Integer indicating position of the shape type.

  • Returns

SPCChartShapeTypes type - The SPC chart shape type object specified by the parameter. 

isFilled()

Description

Checks if this chart shape is of filled type or not. The various filled types are Diamond-filled, Dot-filled, Rectangle-filled.

Syntax

isFilled()

  • Parameters

None

  • Returns

boolean filled - True if this chart shape is of filled type and False otherwise.


 

 

 

 

Sepasoft MES Module Suite