org.jdesktop.swingx.editors
Class PainterPropertyEditor.TestStuff

java.lang.Object
  extended by org.jdesktop.swingx.editors.PainterPropertyEditor.TestStuff
Enclosing class:
PainterPropertyEditor

public static final class PainterPropertyEditor.TestStuff
extends Object


Field Summary
 Point2D.Double db
           
 String str
           
 
Constructor Summary
PainterPropertyEditor.TestStuff()
           
PainterPropertyEditor.TestStuff(Point2D.Double db, String str)
           
 
Method Summary
 Point2D.Double getDb()
           
 Insets getIns()
           
 String getStr()
           
 void setDb(Point2D.Double db)
           
 void setIns(Insets ins)
           
 void setStr(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

db

public Point2D.Double db

str

public String str
Constructor Detail

PainterPropertyEditor.TestStuff

public PainterPropertyEditor.TestStuff()

PainterPropertyEditor.TestStuff

public PainterPropertyEditor.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)