public class Lens
extends java.lang.Object
Constructor and Description |
---|
Lens(IStage stageIn,
java.lang.String[] lensesIn,
POIManager mapManagerIn)
Instantiates a new lens.
|
Modifier and Type | Method and Description |
---|---|
IItem |
asItem()
As item.
|
void |
destroy()
Destroy.
|
java.lang.String |
getLensValue() |
boolean |
isWithinFilter(com.jme3.math.Vector2f vec)
Checks if is within filter.
|
public Lens(IStage stageIn, java.lang.String[] lensesIn, POIManager mapManagerIn) throws ContentTypeNotBoundException
stageIn
- the stage inlensesIn
- the lenses inmapManagerIn
- the map manager inContentTypeNotBoundException
- the content type not bound exceptionpublic IItem asItem()
public void destroy()
public java.lang.String getLensValue()
public boolean isWithinFilter(com.jme3.math.Vector2f vec)
vec
- the vec