|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.images.Transform com.google.appengine.api.images.CompositeTransform
public class CompositeTransform
A transform that represents zero or more transforms executed in series.
Method Summary | |
---|---|
CompositeTransform |
concatenate(Transform other)
Concatenates a transform to the end of this composite transform. |
CompositeTransform |
preConcatenate(Transform other)
Concatenates a transform to the start of this composite transform. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public CompositeTransform concatenate(Transform other)
other
- the transform to be appended
public CompositeTransform preConcatenate(Transform other)
other
- the transform to be prepended
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |