public class HSSFPolygon extends HSSFShape
Modifier and Type | Field and Description |
---|---|
(package private) int |
drawAreaHeight |
(package private) int |
drawAreaWidth |
(package private) int[] |
xPoints |
(package private) int[] |
yPoints |
anchor, fillColor, lineStyle, LINESTYLE_DASHDOTDOTSYS, LINESTYLE_DASHDOTGEL, LINESTYLE_DASHDOTSYS, LINESTYLE_DASHGEL, LINESTYLE_DASHSYS, LINESTYLE_DOTGEL, LINESTYLE_DOTSYS, LINESTYLE_LONGDASHDOTDOTGEL, LINESTYLE_LONGDASHDOTGEL, LINESTYLE_LONGDASHGEL, LINESTYLE_NONE, LINESTYLE_SOLID, lineStyleColor, lineWidth, LINEWIDTH_DEFAULT, LINEWIDTH_ONE_PT, noFill, parent
Constructor and Description |
---|
HSSFPolygon(HSSFShape parent,
HSSFAnchor anchor) |
Modifier and Type | Method and Description |
---|---|
private int[] |
cloneArray(int[] a) |
int |
getDrawAreaHeight() |
int |
getDrawAreaWidth() |
int[] |
getXPoints() |
int[] |
getYPoints() |
void |
setPoints(int[] xPoints,
int[] yPoints) |
void |
setPolygonDrawArea(int width,
int height)
Defines the width and height of the points in the polygon
|
countOfAllChildren, getAnchor, getFillColor, getLineStyle, getLineStyleColor, getLineWidth, getParent, isNoFill, setAnchor, setFillColor, setFillColor, setLineStyle, setLineStyleColor, setLineStyleColor, setLineWidth, setNoFill
int[] xPoints
int[] yPoints
int drawAreaWidth
int drawAreaHeight
HSSFPolygon(HSSFShape parent, HSSFAnchor anchor)
public int[] getXPoints()
public int[] getYPoints()
public void setPoints(int[] xPoints, int[] yPoints)
private int[] cloneArray(int[] a)
public void setPolygonDrawArea(int width, int height)
width
- height
- public int getDrawAreaWidth()
public int getDrawAreaHeight()
Copyright © 2016 Open Microscopy Environment