|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.builder.png.PngProcessor
public class PngProcessor
a PngProcessor. It reads a png file and write another png file that's been optimized and processed in case of a 9-patch.
Method Summary | |
---|---|
static void |
clearCache()
|
static void |
process(java.io.File from,
java.io.File to)
Processes a given png and writes the resulting png file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void process(@NonNull java.io.File from, @NonNull java.io.File to) throws java.io.IOException, NinePatchException
from
- the input fileto
- the destination file
java.io.IOException
NinePatchException
public static void clearCache()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |