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 java.lang.Object


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

Field Detail

db

public java.awt.geom.Point2D.Double db

str

public java.lang.String str
Constructor Detail

PainterPropertyEditor.TestStuff

public PainterPropertyEditor.TestStuff()

PainterPropertyEditor.TestStuff

public PainterPropertyEditor.TestStuff(java.awt.geom.Point2D.Double db,
                                       java.lang.String str)
Method Detail

setDb

public void setDb(java.awt.geom.Point2D.Double db)

getDb

public java.awt.geom.Point2D.Double getDb()

setStr

public void setStr(java.lang.String str)

getStr

public java.lang.String getStr()

getIns

public java.awt.Insets getIns()

setIns

public void setIns(java.awt.Insets ins)