Package gaiasky.scene.view
Class FilterView
java.lang.Object
gaiasky.scene.view.AbstractView
gaiasky.scene.view.BaseView
gaiasky.scene.view.FilterView
-
Field Summary
Fields inherited from class gaiasky.scene.view.AbstractView
entity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Contains actions to take after a new entity has been set.boolean
filter
(int i) Methods inherited from class gaiasky.scene.view.BaseView
componentsCheck, entityCheck, entityCleared, getBase, getBody, getComponent, getComponentType, getOpacity, hasCt, isVisible, isVisible, setColor, setVisible, setVisible
Methods inherited from class gaiasky.scene.view.AbstractView
check, clearEntity, getEntity, isEmpty, isValid, setEntity
-
Constructor Details
-
FilterView
public FilterView()
-
-
Method Details
-
entityChanged
protected void entityChanged()Description copied from class:AbstractView
Contains actions to take after a new entity has been set. This method is typically used to initialize the view components.- Overrides:
entityChanged
in classBaseView
-
filter
public boolean filter(int i)
-