GraphDots::setDotShape() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

GraphDots::setDotShape() method

@fn void GraphDots::setDotShape(int dotStartAngle, int dotAngleStep); Sets dot shape. Sets dot shape. Using the start angle and angle step various shapes can be made. Example shapes are (0,30) circle, (0,90) diamond, (0,120) triangle, (0,144) pentagram, (0,135) octagram, (45,90) square, (0,72) pentagon, etc.

Syntax

void setDotShape(int dotStartAngle,     int dotAngleStep);
Implemented in GraphDots.cpp:27

Arguments

dotStartAngle

The start angle.

dotAngleStep

The angle step.

Call Tree

Functions calling GraphDots::setDotShape()
GraphDots::setDotShape()
Data read by GraphDots::setDotShape()
Data written by GraphDots::setDotShape()
GraphDots::setDotShape()