|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vinculumtech.carrierwave.manager.Modify
The Modify class is the root of all modify functions initiated via CarrierWave and its client API.
Field Summary | |
static java.lang.String |
REUSE_CONTAINER
|
Method Summary | |
protected static Imageable |
modifyGraphFor(LookupFunction lookupFunction,
java.util.Map foundImageables,
GraphNode originNode,
Image originImage)
|
protected static Imageable |
modifyGraphFor(LookupFunction lookupFunction,
java.util.Map foundImageables,
GraphPlan graphPlan,
Image originImage)
|
static Icon |
modifyImageableGraphFor(GraphNode originNode,
Image originImage)
|
static Icon |
modifyImageableGraphFor(GraphPlan graphPlan,
Image originImage)
Creates or modifies the graph represented by the graph rooted by given Image instance and described by the given GraphPlan instance. Note that only the children described by the given GraphPlan will be consulted. |
static Icon[] |
modifyImageableGraphFor(GraphPlan graphPlan,
ImageGraph imageGraph)
Creates or modifies the graph represented by the given ImageGraph instance. It is expected that the given ImageGraph instance may have one or more origin Image instances in the List of origins (ImageGraph.getOriginImages()). Also note that if an Image instance in the ImageGraph is not an origin, and is not a child (at any depth) of any of the available origin Image instances, it will be ignored. |
static Icon[] |
modifyImageableGraphFor(GraphPlan graphPlan,
LookupFunction lookupFunction,
ImageGraph imageGraph)
|
static Imageable |
modifyReturnImageableGraphFor(GraphPlan graphPlan,
Image originImage)
Creates or modifies the graph represented by the graph rooted by given Image instance. |
static Image |
modifySelectGraphFor(GraphPlan graphPlan,
Image originImage)
Creates a new or modifies an existing Imageable object graph rooted with the given originImage Image instance and described by the given GraphPlan instance. |
static ImageGraph |
modifySelectGraphFor(GraphPlan graphPlan,
ImageGraph imageGraph)
Creates or modifies the graph represented by the given ImageGraph instance, and returns an ImageGraph that represents the changes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String REUSE_CONTAINER
Method Detail |
public static final Image modifySelectGraphFor(GraphPlan graphPlan, Image originImage) throws GraphException
graphPlan
- originImage
-
GraphException
public static final ImageGraph modifySelectGraphFor(GraphPlan graphPlan, ImageGraph imageGraph) throws GraphException
imageGraph
-
GraphException
public static final Icon[] modifyImageableGraphFor(GraphPlan graphPlan, ImageGraph imageGraph) throws GraphException
imageGraph
-
GraphException
public static final Icon[] modifyImageableGraphFor(GraphPlan graphPlan, LookupFunction lookupFunction, ImageGraph imageGraph) throws GraphException
GraphException
public static final Icon modifyImageableGraphFor(GraphPlan graphPlan, Image originImage) throws GraphException
graphPlan
- originImage
-
GraphException
public static final Icon modifyImageableGraphFor(GraphNode originNode, Image originImage) throws GraphException
GraphException
public static final Imageable modifyReturnImageableGraphFor(GraphPlan graphPlan, Image originImage) throws GraphException
originImage
-
GraphException
protected static final Imageable modifyGraphFor(LookupFunction lookupFunction, java.util.Map foundImageables, GraphPlan graphPlan, Image originImage) throws GraphPlanException, GraphException
GraphPlanException
GraphException
protected static final Imageable modifyGraphFor(LookupFunction lookupFunction, java.util.Map foundImageables, GraphNode originNode, Image originImage) throws GraphPlanException, GraphException
GraphPlanException
GraphException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |