public class HIShapes extends HIFoundation
| Constructor and Description |
|---|
HIShapes() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDashStyle() |
HIColor |
getFill() |
java.lang.Number |
getHeight() |
java.lang.String |
getMarkerEnd() |
java.lang.String |
getMarkerStart() |
java.util.HashMap<java.lang.String,java.lang.Object> |
getParams() |
HIAnnotationMockPointOptionsObject |
getPoint() |
java.util.ArrayList<HIAnnotationMockPointOptionsObject> |
getPoints() |
java.lang.Number |
getR() |
java.lang.Number |
getRy() |
java.lang.Number |
getSnap() |
java.lang.String |
getSrc() |
HIColor |
getStroke() |
java.lang.Number |
getStrokeWidth() |
java.lang.String |
getType() |
java.lang.Number |
getWidth() |
java.lang.Number |
getXAxis() |
java.lang.Number |
getYAxis() |
void |
setDashStyle(java.lang.String dashStyle)
Name of the dash style to use for the shape's stroke.
|
void |
setFill(HIColor fill)
The color of the shape's fill.
|
void |
setHeight(java.lang.Number height)
The height of the shape.
|
void |
setMarkerEnd(java.lang.String markerEnd)
Id of the marker which will be drawn at the final vertex of the path.
|
void |
setMarkerStart(java.lang.String markerStart)
Id of the marker which will be drawn at the first vertex of the path.
|
void |
setPoint(HIAnnotationMockPointOptionsObject point)
This option defines the point to which the shape will be connected.
|
void |
setPoints(java.util.ArrayList<HIAnnotationMockPointOptionsObject> points)
An array of points for the shape or a callback function that returns that shape point.
|
void |
setR(java.lang.Number r)
The radius of the shape.
|
void |
setRy(java.lang.Number ry)
The radius of the shape in y direction.
|
void |
setSnap(java.lang.Number snap)
Defines additional snapping area around an annotation making this annotation to focus.
|
void |
setSrc(java.lang.String src)
/** * description: The URL for an image to use as the annotation shape.
|
void |
setStroke(HIColor stroke)
The color of the shape's stroke.
|
void |
setStrokeWidth(java.lang.Number strokeWidth)
The pixel stroke width of the shape.
|
void |
setType(java.lang.String type)
The type of the shape.
|
void |
setWidth(java.lang.Number width)
The width of the shape.
|
void |
setXAxis(java.lang.Number xAxis)
The xAxis index to which the points should be attached.
|
void |
setYAxis(java.lang.Number yAxis)
The yAxis index to which the points should be attached.
|
public java.lang.String getDashStyle()
public HIColor getFill()
public java.lang.Number getHeight()
public java.lang.String getMarkerEnd()
public java.lang.String getMarkerStart()
public java.util.HashMap<java.lang.String,java.lang.Object> getParams()
getParams in class HIFoundationpublic HIAnnotationMockPointOptionsObject getPoint()
public java.util.ArrayList<HIAnnotationMockPointOptionsObject> getPoints()
public java.lang.Number getR()
public java.lang.Number getRy()
public java.lang.Number getSnap()
public java.lang.String getSrc()
public HIColor getStroke()
public java.lang.Number getStrokeWidth()
public java.lang.String getType()
public java.lang.Number getWidth()
public java.lang.Number getXAxis()
public java.lang.Number getYAxis()
public void setDashStyle(java.lang.String dashStyle)
public void setFill(HIColor fill)
public void setHeight(java.lang.Number height)
public void setMarkerEnd(java.lang.String markerEnd)
public void setMarkerStart(java.lang.String markerStart)
public void setPoint(HIAnnotationMockPointOptionsObject point)
public void setPoints(java.util.ArrayList<HIAnnotationMockPointOptionsObject> points)
public void setR(java.lang.Number r)
public void setRy(java.lang.Number ry)
public void setSnap(java.lang.Number snap)
public void setSrc(java.lang.String src)
public void setStroke(HIColor stroke)
public void setStrokeWidth(java.lang.Number strokeWidth)
public void setType(java.lang.String type)
public void setWidth(java.lang.Number width)
public void setXAxis(java.lang.Number xAxis)
public void setYAxis(java.lang.Number yAxis)