public class RShape
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CLOSED |
(package private) int |
closure |
(package private) SColor |
fillColor |
static int |
FILLED |
(package private) SColor |
lineColor |
(package private) double |
lineWidth |
static int |
OPEN |
(package private) double[] |
xpts |
(package private) double[] |
ypts |
Constructor and Description |
---|
RShape(double[] x,
double[] y,
double lineW,
SColor lineC,
SColor fillC,
int rsc) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<double[]> |
getBoundarySegments() |
SColor |
getFillColor() |
SColor |
getLineColor() |
double |
getLineWidth() |
int |
getOCF() |
double[] |
getXPts() |
double[] |
getYPts() |
double |
meanRadius() |
public static final int OPEN
public static final int CLOSED
public static final int FILLED
double[] xpts
double[] ypts
double lineWidth
SColor lineColor
SColor fillColor
int closure
public double[] getXPts()
public double[] getYPts()
public double getLineWidth()
public SColor getLineColor()
public SColor getFillColor()
public int getOCF()
public double meanRadius()
public java.util.ArrayList<double[]> getBoundarySegments()
Copyright © 2013. All Rights Reserved.