Package com.cloudinary
Class ResponsiveBreakpoint
java.lang.Object
org.cloudinary.json.JSONObject
com.cloudinary.ResponsiveBreakpoint
- All Implemented Interfaces:
java.io.Serializable
public class ResponsiveBreakpoint extends JSONObject
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ResponsiveBreakpoint() -
Method Summary
Modifier and Type Method Description intbytesStep()ResponsiveBreakpointbytesStep(java.lang.Integer bytesStep)ResponsiveBreakpointcreateDerived(boolean createDerived)java.lang.Stringformat()ResponsiveBreakpointformat(java.lang.String format)booleanisCreateDerived()intmaxImages()ResponsiveBreakpointmaxImages(java.lang.Integer maxImages)intmaxWidth()ResponsiveBreakpointmaxWidth(int maxWidth)intminWidth()ResponsiveBreakpointminWidth(java.lang.Integer minWidth)Transformationtransformation()ResponsiveBreakpointtransformation(Transformation transformation)Methods inherited from class org.cloudinary.json.JSONObject
accumulate, append, doubleToString, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getNames, getNames, getString, has, increment, isNull, keys, keySet, length, names, numberToString, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, put, put, putOnce, putOpt, quote, quote, remove, similar, stringToValue, testValidity, toJSONArray, toString, toString, valueToString, wrap, write
-
Constructor Details
-
ResponsiveBreakpoint
public ResponsiveBreakpoint()
-
-
Method Details
-
isCreateDerived
public boolean isCreateDerived() -
createDerived
-
transformation
-
transformation
-
format
-
format
public java.lang.String format() -
maxWidth
public int maxWidth() -
maxWidth
-
minWidth
public int minWidth() -
minWidth
-
bytesStep
public int bytesStep() -
bytesStep
-
maxImages
public int maxImages() -
maxImages
-