Package org.jdesktop.swingx.editors
Class PainterPropertyEditor.TestStuff
- java.lang.Object
-
- org.jdesktop.swingx.editors.PainterPropertyEditor.TestStuff
-
- Enclosing class:
- PainterPropertyEditor
public static final class PainterPropertyEditor.TestStuff extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Point2D.Double
db
String
str
-
Constructor Summary
Constructors Constructor Description TestStuff()
TestStuff(Point2D.Double db, String str)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point2D.Double
getDb()
Insets
getIns()
String
getStr()
void
setDb(Point2D.Double db)
void
setIns(Insets ins)
void
setStr(String str)
-
-
-
Field Detail
-
db
public Point2D.Double db
-
str
public String str
-
-
Constructor Detail
-
TestStuff
public TestStuff()
-
TestStuff
public TestStuff(Point2D.Double db, String str)
-
-
Method Detail
-
setDb
public void setDb(Point2D.Double db)
-
getDb
public Point2D.Double getDb()
-
setStr
public void setStr(String str)
-
getStr
public String getStr()
-
getIns
public Insets getIns()
-
setIns
public void setIns(Insets ins)
-
-