|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointType | |
---|---|
org.strbio.util.graph | These classes perform utility functions related to 2D and 3D graphics. |
Uses of PointType in org.strbio.util.graph |
---|
Classes in org.strbio.util.graph that implement PointType | |
---|---|
class |
CirclePoint
A point type that paints circles. |
class |
DotPoint
A point type that paints dots. |
class |
UnfilledCirclePoint
A point type that paints circles. |
Fields in org.strbio.util.graph declared as PointType | |
---|---|
protected PointType |
PointPlot.ptype
type of point to draw. |
protected PointType |
ClickablePointPlot.ptype
type of point to draw. |
Methods in org.strbio.util.graph with parameters of type PointType | |
---|---|
void |
PointPlot.setPointType(PointType pt)
Set point type to draw. |
void |
ClickablePointPlot.setPointType(PointType pt)
Set point type to draw. |
Constructors in org.strbio.util.graph with parameters of type PointType | |
---|---|
PointLegend(PointType ptype,
java.awt.Font f,
java.awt.FontMetrics fmet,
java.lang.String l)
Initialize new legend. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |