vooga.levelEditor.annotations.framework
Class EditableIntHelper

java.lang.Object
  extended by vooga.levelEditor.annotations.framework.EditableIntHelper
All Implemented Interfaces:
EditableParamHelper, PrimitiveArrayConverter, Verifier

public class EditableIntHelper
extends java.lang.Object
implements EditableParamHelper


Constructor Summary
EditableIntHelper()
           
 
Method Summary
 java.util.List<java.lang.Object> convert(java.lang.Object primitiveArray)
           
 java.lang.Class<? extends java.lang.annotation.Annotation> getVerifiedType()
           
 boolean verify(java.lang.annotation.Annotation a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditableIntHelper

public EditableIntHelper()
Method Detail

verify

public boolean verify(java.lang.annotation.Annotation a)
Specified by:
verify in interface Verifier

getVerifiedType

public java.lang.Class<? extends java.lang.annotation.Annotation> getVerifiedType()
Specified by:
getVerifiedType in interface Verifier

convert

public java.util.List<java.lang.Object> convert(java.lang.Object primitiveArray)
Specified by:
convert in interface PrimitiveArrayConverter