public static final class PainterPropertyEditor.TestStuff extends Object
Modifier and Type | Field | Description |
---|---|---|
Point2D.Double |
db |
|
String |
str |
Constructor | Description |
---|---|
TestStuff() |
|
TestStuff(Point2D.Double db,
String str) |
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) |
public Point2D.Double db
public String str
public TestStuff()
public TestStuff(Point2D.Double db, String str)
public void setDb(Point2D.Double db)
public Point2D.Double getDb()
public void setStr(String str)
public String getStr()
public Insets getIns()
public void setIns(Insets ins)
Copyright © 2018. All rights reserved.