|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vinculumtech.carrierwave.image.ImageGraphFactory
The ImageGraphFactory class is responsible for instantiating a graph plan into an image graph.
Method Summary | |
protected static Image |
getImageFor(GraphNode graphNode)
|
protected static void |
handleChildren(Image parentImage,
GraphNode graphNode)
|
static Image |
instantiateImageGraphFrom(GraphNode originNode)
Returns an image graph as defined by the given graph node tree. |
static Image |
instantiateImageGraphFrom(GraphPlan graphPlan,
java.lang.String imageType)
Returns an image graph as defined by the given GraphPlan instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final Image instantiateImageGraphFrom(GraphPlan graphPlan, java.lang.String imageType) throws GraphException
graphPlan
- imageType
-
GraphException
public static final Image instantiateImageGraphFrom(GraphNode originNode) throws GraphException
originNode
-
GraphException
protected static final void handleChildren(Image parentImage, GraphNode graphNode) throws GraphException, EdgeNotFoundException
GraphException
EdgeNotFoundException
protected static Image getImageFor(GraphNode graphNode)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |