public interface ReleasableComponent
Modifier and Type | Method and Description |
---|---|
int |
getReleaseRadius()
Indicates a radius in which a pointer release will still have effect.
|
boolean |
isAutoRelease()
Returns true if this is an auto-released Component.
|
void |
setAutoRelease(boolean autoRelease)
Sets the auto released mode of the Component
|
void |
setReleased()
Function that would be called by the parent Form to put the Component in its released state
|
void |
setReleaseRadius(int releaseRadius)
Indicates a radius in which a pointer release will still have effect.
|
boolean isAutoRelease()
void setAutoRelease(boolean autoRelease)
int getReleaseRadius()
void setReleaseRadius(int releaseRadius)
releaseRadius
- the releaseRadius to setvoid setReleased()