| Package | Description | 
|---|---|
| networkconfigurator | |
| networkconfigurator.item | 
| Modifier and Type | Field and Description | 
|---|---|
private DetailDrawPropertyEntry | 
DetailDrawVisitor.detailProperty
the detail draw property entries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DetailDrawPropertyEntry | 
DetailDrawVisitor.getDetailProperty()
getter for detailProperty. 
 | 
| Constructor and Description | 
|---|
DetailDrawVisitor(java.awt.Rectangle currentPosition,
                 java.awt.Graphics graphics,
                 DetailDrawPropertyEntry detailDrawPropertyEntry)
constructor for the detail draw visitor. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<DetailDrawPropertyEntry> | 
Item.propertyDraw
saves the entries for the properties draw. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<DetailDrawPropertyEntry> | 
Item.getPropertyDraw()
getter for the properties draw. 
 |