org.wicketstuff.jquery.crop
Class CropOptions
java.lang.Object
org.wicketstuff.jquery.Options
org.wicketstuff.jquery.crop.CropOptions
- All Implemented Interfaces:
- Serializable
public class CropOptions
- extends Options
- Author:
- Edvin Syse
- See Also:
- Serialized Form
CropOptions
public CropOptions()
dragHandle
public CropOptions dragHandle(Boolean dragHandle)
minWidth
public CropOptions minWidth(int minWidth)
minHeight
public CropOptions minHeight(int minHeight)
maxWidth
public CropOptions maxWidth(int maxWidth)
maxHeight
public CropOptions maxHeight(int maxHeight)
minTop
public CropOptions minTop(int minTop)
minLeft
public CropOptions minLeft(int minLeft)
maxRight
public CropOptions maxRight(int maxRight)
maxBottom
public CropOptions maxBottom(int maxBottom)
Copyright © 2012. All Rights Reserved.