fiftyone.mobile.detection.factories
Class ComponentFactory

java.lang.Object
  extended by fiftyone.mobile.detection.factories.BaseEntityFactory<Component>
      extended by fiftyone.mobile.detection.factories.ComponentFactory

public class ComponentFactory
extends BaseEntityFactory<Component>


Constructor Summary
ComponentFactory()
           
 
Method Summary
 Component create(Dataset dataSet, int index, BinaryReader reader)
           
 
Methods inherited from class fiftyone.mobile.detection.factories.BaseEntityFactory
getLength, getLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentFactory

public ComponentFactory()
Method Detail

create

public Component create(Dataset dataSet,
                        int index,
                        BinaryReader reader)
Specified by:
create in class BaseEntityFactory<Component>