public class HITick extends HIFoundation
| Constructor and Description |
|---|
HITick() |
| Modifier and Type | Method and Description |
|---|---|
HIAxis |
getAxis() |
HISVGElement |
getGridLine() |
java.lang.Boolean |
getIsFirst() |
java.lang.Boolean |
getIsLast() |
HISVGElement |
getLabel() |
HISVGElement |
getMark() |
java.util.HashMap<java.lang.String,java.lang.Object> |
getParams() |
java.lang.Number |
getPos() |
java.lang.Number |
getTickmarkOffset() |
java.lang.String |
getType() |
void |
setAxis(HIAxis axis)
The related axis of the tick.
|
void |
setGridLine(HISVGElement gridLine)
The rendered grid line of the tick.
|
void |
setIsFirst(java.lang.Boolean isFirst)
True if the tick is the first one on the axis.
|
void |
setIsLast(java.lang.Boolean isLast)
True if the tick is the last one on the axis.
|
void |
setLabel(HISVGElement label)
The rendered text label of the tick.
|
void |
setMark(HISVGElement mark)
The rendered mark of the tick.
|
void |
setPos(java.lang.Number pos)
The logical position of the tick on the axis in terms of axis values.
|
void |
setTickmarkOffset(java.lang.Number tickmarkOffset)
The mark offset of the tick on the axis.
|
void |
setType(java.lang.String type)
The tick type, which can be `"minor"`, or an empty string.
|
public HIAxis getAxis()
public HISVGElement getGridLine()
public java.lang.Boolean getIsFirst()
public java.lang.Boolean getIsLast()
public HISVGElement getLabel()
public HISVGElement getMark()
public java.util.HashMap<java.lang.String,java.lang.Object> getParams()
getParams in class HIFoundationpublic java.lang.Number getPos()
public java.lang.Number getTickmarkOffset()
public java.lang.String getType()
public void setAxis(HIAxis axis)
public void setGridLine(HISVGElement gridLine)
public void setIsFirst(java.lang.Boolean isFirst)
public void setIsLast(java.lang.Boolean isLast)
public void setLabel(HISVGElement label)
public void setMark(HISVGElement mark)
public void setPos(java.lang.Number pos)
public void setTickmarkOffset(java.lang.Number tickmarkOffset)
public void setType(java.lang.String type)