public class LXFixture.Submodel extends LXModel
LXModel.Key, LXModel.Listener
LXSerializable.Utils
Constructor and Description |
---|
Submodel(int start,
int n)
Subclasses may use this helper to construct a submodel object from a set of
points in this model.
|
Submodel(int start,
int n,
int stride)
Subclasses may use this helper to construct a submodel object from a set of
points in this model.
|
Submodel(int start,
int n,
int stride,
Map<String,String> metaData,
String... keys)
Subclasses may use this helper to construct a submodel object from a set of
points in this model.
|
Submodel(int start,
int n,
int stride,
String... keys)
Subclasses may use this helper to construct a submodel object from a set of
points in this model.
|
Submodel(int start,
int n,
Map<String,String> metaData,
String... keys)
Subclasses may use this helper to construct a submodel object from a set of
points in this model.
|
Submodel(int start,
int n,
String... keys)
Subclasses may use this helper to construct a submodel object from a set of
points in this model.
|
addListener, bang, children, dispose, getGeneration, getParent, getPath, getPoints, load, meta, normalizePoints, reindexPoints, removeListener, save, sub, toIndexBuffer, toIndexBuffer, update, update, update
public Submodel(int start, int n)
start
- Start indexn
- Number of points in the submodelpublic Submodel(int start, int n, String... keys)
start
- Start indexn
- Number of points in the submodelkeys
- Model type key identifier for submodelpublic Submodel(int start, int n, int stride)
start
- Start indexn
- Number of points in the submodelstride
- Stride size for selecting submodel pointspublic Submodel(int start, int n, int stride, String... keys)
start
- Start indexn
- Number of points in the submodelstride
- Stride size for selecting submodel pointskeys
- Model type key identifier for submodelpublic Submodel(int start, int n, Map<String,String> metaData, String... keys)
start
- Start indexn
- Number of points in the submodelmetaData
- Metadata for this submodelkeys
- Model type key identifier for submodelpublic Submodel(int start, int n, int stride, Map<String,String> metaData, String... keys)
start
- Start indexn
- Number of points in the submodelstride
- Stride size for selecting submodel pointsmetaData
- Metadata for submodelkeys
- Model type key identifier for submodelLX library by Mark C. Slee. © 2012-2020