public class P2DRange2D extends FwkPropertyChange implements P2DRange2DInterface
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
sourceauthor, buildnr, className, company, copyright, creationDate, dateFormatString, description, eMail, FWK_ICON, FWK_ICON_ARRAY, FWK_ICON_BG, FWK_ICON_BG_ARRAY, FWK_ICON_BG_LARGE, FWK_ICON_BG_LARGE_ARRAY, FWK_ICON_LARGE, FWK_ICON_LARGE_ARRAY, icon, ICON, iconCount, iconKey, internetAddress, name, titleNameAUTHOR, BUILDNR, COMPANY, COPYRIGHT, DATE_FORMAT, DEFAULT_ICON, DESCRIPTION, INTERNET, LARGE_ICON, LARGE_KEY_EXT, LARGE_OPAQUE_ICON, LARGE_OPAQUE_KEY_EXT, OPAQUE_ICON, OPAQUE_KEY_EXT, RCS_DATE_FORMAT, SUPPORT_EMAIL, TITLE_NAME| Constructor and Description |
|---|
P2DRange2D()
The default constructor.
|
P2DRange2D(P2DRange1DInterface x,
P2DRange1DInterface y)
The constructor receives the predifined limits.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(P2DRange2DInterface r)
Compare this range with the given.
|
java.lang.String |
getParams()
Get the parameter string.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
P2DRange1DInterface |
getXRange()
Retrieves the x range.
|
P2DRange1DInterface |
getYRange()
Retrieves the y range.
|
void |
setXRange(P2DRange1DInterface x)
Set the x range.
|
void |
setYRange(P2DRange1DInterface y)
Set the y range.
|
java.lang.String |
toString()
return the string presentation of the object.
|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, setSource, suspendPropertyChangeEventsgetAuthor, getBuild, getClassName, getCompany, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getName, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, getTransferData, getTransferDataFlavors, isDataFlavorSupported, lostOwnership, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMail, setTitleNamegetNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreleasepublic static final java.lang.String version
public P2DRange2D()
public P2DRange2D(P2DRange1DInterface x, P2DRange1DInterface y)
public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class FwkPropertyChangepublic void setXRange(P2DRange1DInterface x)
setXRange in interface P2DRange2DInterfacex - The Range of the x dimension.public P2DRange1DInterface getXRange()
getXRange in interface P2DRange2DInterfacepublic void setYRange(P2DRange1DInterface y)
setYRange in interface P2DRange2DInterfacey - The Range of the y dimension.public P2DRange1DInterface getYRange()
getYRange in interface P2DRange2DInterfacepublic boolean equals(P2DRange2DInterface r)
r - The range that should be compared to this.public java.lang.String getParams()
public java.lang.String toString()
toString in class FwkDescription