Package | Description |
---|---|
ar.com.hjg.pngj.chunks |
Contains the code related to chunk management for the PNGJ library.
|
Modifier and Type | Method and Description |
---|---|
PngChunkTIME |
PngMetadata.getTime()
null if not found
|
PngChunkTIME |
PngMetadata.setTimeNow() |
PngChunkTIME |
PngMetadata.setTimeNow(int secsAgo)
Creates a time chunk with current time, less secsAgo seconds
|
PngChunkTIME |
PngMetadata.setTimeYMDHMS(int yearx,
int monx,
int dayx,
int hourx,
int minx,
int secx)
Creates a time chunk with diven date-time
|
Copyright © 2014. All rights reserved.