All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.craigburke.document.core.Image.groovy Maven / Gradle / Ivy

package com.craigburke.document.core

/**
 * Image node
 * @author Craig Burke
 */
class Image extends BaseNode {
	String name = 'image.jpg'
	Integer width = 100
	Integer height = 200
	byte[] data
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy