Package userDisplay
Class UserFrameParameters
java.lang.Object
userDisplay.UserFrameParameters
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- Direct Known Subclasses:
RadarParameters,SpectrogramParameters
public abstract class UserFrameParameters
extends Object
implements Cloneable, Serializable, ManagedParameters
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a class
-
Field Details
-
boundingRectangle
-
-
Constructor Details
-
UserFrameParameters
public UserFrameParameters()
-
-
Method Details
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-