protected abstract class TestLayer.GraphicBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
fillColor |
protected int |
height |
protected boolean |
isFilled |
protected int |
lineColor |
protected double[] |
llpts |
protected int |
nsegs |
protected float |
radius |
protected int |
rt |
protected int |
type |
protected boolean |
visible |
protected int |
width |
protected int[] |
xypts |
Modifier | Constructor and Description |
---|---|
protected |
TestLayer.GraphicBase() |
Modifier and Type | Method and Description |
---|---|
protected abstract javax.swing.JPanel |
getGUI() |
protected javax.swing.JButton |
getOKButton() |
protected void |
makeColorBox(javax.swing.JComponent parent,
java.lang.String title,
boolean isFill) |
protected void |
makeFillCheckBox(javax.swing.JComponent parent) |
protected void |
setLLCoordinate(javax.swing.JTextField jtf,
int i) |
protected void |
setRender(javax.swing.JComboBox jcb) |
protected void |
setSegs(javax.swing.JTextField jtf) |
protected void |
setType(javax.swing.JComboBox jcb) |
protected void |
setXYCoordinate(javax.swing.JTextField jtf,
int i) |
protected double[] llpts
protected float radius
protected int type
protected int nsegs
protected int[] xypts
protected int width
protected int height
protected int lineColor
protected int fillColor
protected boolean visible
protected boolean isFilled
protected int rt
protected abstract javax.swing.JPanel getGUI()
protected void setXYCoordinate(javax.swing.JTextField jtf, int i)
protected void setLLCoordinate(javax.swing.JTextField jtf, int i)
protected void setType(javax.swing.JComboBox jcb)
protected void setRender(javax.swing.JComboBox jcb)
protected void setSegs(javax.swing.JTextField jtf)
protected void makeFillCheckBox(javax.swing.JComponent parent)
protected void makeColorBox(javax.swing.JComponent parent, java.lang.String title, boolean isFill)
protected javax.swing.JButton getOKButton()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details