public class ItemTableChrome extends ItemTable
Modifier and Type | Field and Description |
---|---|
private double |
basePrice |
Constructor and Description |
---|
ItemTableChrome(int id,
TypeWood tw,
javax.swing.ImageIcon ii,
int d) |
Modifier and Type | Method and Description |
---|---|
double |
getPrice() |
getDiameter, getUnits, setDiameter
private final double basePrice
ItemTableChrome(int id, TypeWood tw, javax.swing.ImageIcon ii, int d)
id
- ID of the item (doesn't have to be unique)tw
- Wood type of the item.ii
- Icon of the item.d
- Diameter of the item.