Package org.jorigin.gui
Interface Displayable
-
- All Known Subinterfaces:
JImageFeature
public interface DisplayableAn interface that describe an object that can be displayed.- Since:
- 1.0.9
- Version:
- "1.0.9" - b201903071030L
- Author:
- Julien Seinturier - COMEX S.A. - contact@jorigin.org - https://github.com/jorigin/jeometry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDisplaying()Get if the object is currently displaying.voidsetDisplaying(boolean displaying)Set if the object has to be displaying.
-
-
-
Method Detail
-
isDisplaying
boolean isDisplaying()
Get if the object is currently displaying.- Returns:
trueif the object is currently displaying abdfalseotherwise.- See Also:
setDisplaying(boolean)
-
setDisplaying
void setDisplaying(boolean displaying)
Set if the object has to be displaying.- Parameters:
displaying-trueif the object is currently displaying abdfalseotherwise.- See Also:
isDisplaying()
-
-