public class PositionTickInfo extends Object
| Constructor and Description |
|---|
PositionTickInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLine()
Source line number (1-based).
|
Integer |
getTicks()
Number of samples attributed to the source line.
|
void |
setLine(Integer line)
Source line number (1-based).
|
void |
setTicks(Integer ticks)
Number of samples attributed to the source line.
|
public Integer getLine()
public void setLine(Integer line)
public Integer getTicks()
public void setTicks(Integer ticks)
Copyright © 2020. All rights reserved.