public class VectorStyleProcessor
extends java.lang.Object
Constructor and Description |
---|
VectorStyleProcessor() |
Modifier and Type | Method and Description |
---|---|
static ComponentObject[] |
UseStyle(VectorObject[] vecObjs,
VectorStyleInterface styleGen,
RenderControllerInterface vc)
Use the given style to turn the vector objects into visual components.
|
public static ComponentObject[] UseStyle(VectorObject[] vecObjs, VectorStyleInterface styleGen, RenderControllerInterface vc)
vecObjs
- Vector objects to process.styleGen
- Style to use in processing themvc
- Controller to build the features against.