|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.config.position.PositionConfigPrefsItem
public class PositionConfigPrefsItem
The Class PositionConfigPrefsItem.
Field Summary | |
---|---|
static java.lang.String |
CURRENT_CONNECTIONS
The Constant CURRENT_CONNECTIONS. |
static java.lang.String |
GRID_DISTANCE_X
The Constant GRID_DISTANCE_X. |
static java.lang.String |
GRID_DISTANCE_Y
The Constant GRID_DISTANCE_Y. |
static java.lang.String |
GRID_LIMIT_X
The Constant GRID_LIMIT_X. |
static java.lang.String |
GRID_LIMIT_Y
The Constant GRID_LIMIT_Y. |
static java.lang.String |
HORIZONTAL_PLACEMENT
The Constant HORIZONTAL_PLACEMENT. |
static java.lang.String |
PREFS_ANGLE
The Constant PREFS_ANGLE. |
static java.lang.String |
PREFS_LOCATION_X
The Constant PREFS_LOCATION_X. |
static java.lang.String |
PREFS_LOCATION_Y
The Constant PREFS_LOCATION_Y. |
static java.lang.String |
PREFS_POS_DEVELOPER_MODE
The Constant PREFS_POS_DEVELOPER_MODE. |
static java.lang.String |
REFERENCE_DISTANCE
The Constant REFERENCE_DISTANCE. |
static java.lang.String |
TABLE_WIDTH
The Constant TABLE_WIDTH. |
Constructor Summary | |
---|---|
PositionConfigPrefsItem()
|
Method Summary | |
---|---|
float |
getAngle()
Gets the angle. |
javax.swing.JPanel |
getConfigurationPanel()
Gets the configuration panel. |
boolean |
getDeveloperMode()
Gets the developer mode. |
int |
getGridDistanceX()
Gets the grid distance x. |
int |
getGridDistanceY()
Gets the grid distance y. |
int |
getGridLimitX()
Gets the grid limit x. |
int |
getGridLimitY()
Gets the grid limit y. |
boolean |
getHorizontalPlacement()
Gets the horizontal placement. |
java.lang.String |
getName()
Gets the name. |
int |
getXPos()
Gets the x pos. |
int |
getYPos()
Gets the y pos. |
void |
setAngle(float angle)
Sets the angle. |
void |
setDeveloperMode(boolean selected)
Sets the developer mode. |
void |
setHorizontalPlacement(boolean selected)
Sets the horizontal placement. |
void |
setXDistance(int xDis)
Sets the x distance. |
void |
setXLimit(int xLimit)
Sets the x limit. |
void |
setXPos(int xPos)
Sets the x pos. |
void |
setYDistance(int yDis)
Sets the y distance. |
void |
setYLimit(int yLimit)
Sets the y limit. |
void |
setYPos(int yPos)
Sets the y pos. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CURRENT_CONNECTIONS
public static final java.lang.String GRID_DISTANCE_X
public static final java.lang.String GRID_DISTANCE_Y
public static final java.lang.String GRID_LIMIT_X
public static final java.lang.String GRID_LIMIT_Y
public static final java.lang.String HORIZONTAL_PLACEMENT
public static final java.lang.String PREFS_ANGLE
public static final java.lang.String PREFS_LOCATION_X
public static final java.lang.String PREFS_LOCATION_Y
public static final java.lang.String PREFS_POS_DEVELOPER_MODE
public static final java.lang.String REFERENCE_DISTANCE
public static final java.lang.String TABLE_WIDTH
Constructor Detail |
---|
public PositionConfigPrefsItem()
Method Detail |
---|
public float getAngle()
public javax.swing.JPanel getConfigurationPanel()
PreferencesItem
getConfigurationPanel
in interface PreferencesItem
public boolean getDeveloperMode()
public int getGridDistanceX()
public int getGridDistanceY()
public int getGridLimitX()
public int getGridLimitY()
public boolean getHorizontalPlacement()
public java.lang.String getName()
PreferencesItem
getName
in interface PreferencesItem
public int getXPos()
public int getYPos()
public void setAngle(float angle)
angle
- the new anglepublic void setDeveloperMode(boolean selected)
selected
- the new developer modepublic void setHorizontalPlacement(boolean selected)
selected
- the new horizontal placementpublic void setXDistance(int xDis)
xDis
- the new x distancepublic void setXLimit(int xLimit)
xLimit
- the new x limitpublic void setXPos(int xPos)
xPos
- the new x pospublic void setYDistance(int yDis)
yDis
- the new y distancepublic void setYLimit(int yLimit)
yLimit
- the new y limitpublic void setYPos(int yPos)
yPos
- the new y pos
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |