getStartIndex method

double getStartIndex()

Returns the index of the start of the line @return the start index

Implementation

double getStartIndex() {
  return 0.0;
}