|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vinculumtech.carrierwave.image.GraphModelTools
Method Summary | |
static ImageGraph |
apply(ImageGraph source,
ImageGraph destination,
UnaryFunction unaryFunction)
|
static ImageGraph |
apply(Image originImage,
ImageGraph destination,
int depth,
boolean dependentsInclusive,
UnaryFunction unaryFunction)
|
static ImageGraph |
copy(ImageGraph imageGraph)
Creates a copy of the given ImageGraph instance. |
static ImageGraph |
copy(ImageGraph imageGraph,
boolean keepObjectIdentity)
|
static ImageGraph |
copy(ImageGraph imageGraph,
UnaryFunction unaryFunction)
|
static ImageGraph |
copy(Image originImage,
int depth,
boolean dependentsInclusive,
boolean keepObjectIdentity)
|
static ImageGraph |
copy(Image originImage,
int depth,
boolean dependentsInclusive,
UnaryFunction unaryFunction)
|
static java.util.List |
findAllInstancesOf(GraphModel graphModel,
java.lang.Class imageType)
Returns a List of all the Image instances are are assignable to the given imageType. |
static java.util.List |
findAllInstancesOf(ImageGraph imageGraph,
java.lang.Class imageType)
Returns a List of all the Image instances are are assignable to the given imageType. |
static java.util.List |
getAllIconsIn(ImageGraph imageGraph)
Returns all the icon instances in the given ImageGraph instance. |
static java.util.List |
getAllIconsIn(ImageGraph imageGraph,
boolean ignoreReadOnly)
Returns all the icon instances in the given ImageGraph instance. |
static void |
pruneImage(ImageGraph imageGraph,
Image image)
Removes the given image from this ImageGraph instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void pruneImage(ImageGraph imageGraph, Image image)
public static ImageGraph copy(ImageGraph imageGraph)
public static ImageGraph copy(ImageGraph imageGraph, boolean keepObjectIdentity)
public static ImageGraph copy(ImageGraph imageGraph, UnaryFunction unaryFunction)
public static ImageGraph apply(ImageGraph source, ImageGraph destination, UnaryFunction unaryFunction)
public static ImageGraph copy(Image originImage, int depth, boolean dependentsInclusive, boolean keepObjectIdentity)
public static ImageGraph copy(Image originImage, int depth, boolean dependentsInclusive, UnaryFunction unaryFunction)
public static ImageGraph apply(Image originImage, ImageGraph destination, int depth, boolean dependentsInclusive, UnaryFunction unaryFunction)
public static java.util.List findAllInstancesOf(ImageGraph imageGraph, java.lang.Class imageType)
imageGraph
- imageType
-
public static java.util.List findAllInstancesOf(GraphModel graphModel, java.lang.Class imageType)
graphModel
- imageType
-
public static java.util.List getAllIconsIn(ImageGraph imageGraph)
imageGraph
-
public static java.util.List getAllIconsIn(ImageGraph imageGraph, boolean ignoreReadOnly)
imageGraph
- ignoreReadOnly
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |