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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidContains actions to take after a new entity has been set.booleanfilter(int i) Methods inherited from class gaiasky.scene.view.BaseView
componentsCheck, entityCheck, entityCleared, getBase, getBody, getComponent, getComponentType, getOpacity, hasCt, isVisible, isVisible, setColor, setVisible, setVisibleMethods 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:AbstractViewContains actions to take after a new entity has been set. This method is typically used to initialize the view components.- Overrides:
entityChangedin classBaseView
-
filter
public boolean filter(int i)
-