public abstract class ImageInRegion extends Object
Modifier and Type | Method and Description |
---|---|
static ImageInRegion |
create(Image image,
String region) |
static String |
encodeId(ImageInRegion imageInRegion) |
static String |
extractImageId(String imageId) |
static String |
extractRegion(String imageId) |
abstract Image |
image() |
abstract String |
region() |
public abstract Image image()
public abstract String region()
public static ImageInRegion create(Image image, String region)
public static String encodeId(ImageInRegion imageInRegion)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.