ImageWrapper

open class ImageWrapper

Constructors

Link copied to clipboard
constructor(id: String, bitmap: Bitmap, sdf: Boolean)
constructor(id: String, bitmap: Bitmap, sdf: Boolean, stretchX: List<ImageStretches>, stretchY: List<ImageStretches>, content: ImageContent)

Properties

Link copied to clipboard
open val bitmap: Bitmap
Link copied to clipboard
Link copied to clipboard
open val id: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun convertToImageArray(    bitmapHashMap: HashMap<String, Bitmap>,     sdf: Boolean,     stretchX: List<ImageStretches>,     stretchY: List<ImageStretches>,     content: ImageContent): Array<Style.Builder.ImageWrapper>
Link copied to clipboard
open fun isSdf(): Boolean