subdivisions property

int subdivisions
final

The number of minor divisions within each major division, including the major division itself.

If subdivisions is 5 (the default), it means that there will be four lines between each major (divisions) line.

The subdivision lines after the first are a quarter of a logical pixel wide.

Implementation

final int subdivisions;