Uses of Class
com.esotericsoftware.kryo.benchmarks.data.Image.Size
-
Packages that use Image.Size Package Description com.esotericsoftware.kryo.benchmarks.data -
-
Uses of Image.Size in com.esotericsoftware.kryo.benchmarks.data
Fields in com.esotericsoftware.kryo.benchmarks.data declared as Image.Size Modifier and Type Field Description Image.SizeImage. sizeMethods in com.esotericsoftware.kryo.benchmarks.data that return Image.Size Modifier and Type Method Description static Image.SizeImage.Size. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Image.Size[]Image.Size. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.esotericsoftware.kryo.benchmarks.data with parameters of type Image.Size Constructor Description Image(java.lang.String uri, java.lang.String title, int width, int height, Image.Size size, Media media)
-