getComponentIndex method

int getComponentIndex()

Gets the component index for this location.

@return the component index

Implementation

int getComponentIndex() {
  return componentIndex;
}