com.alibaba.simpleimage.render
类 CropParameter

java.lang.Object
  继承者 com.alibaba.simpleimage.render.CropParameter

public class CropParameter
extends Object


构造方法摘要
CropParameter()
           
CropParameter(float x, float y, int width, int height)
           
 
方法摘要
 int getHeight()
           
 int getWidth()
           
 float getX()
           
 float getY()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 void setX(float x)
           
 void setY(float y)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CropParameter

public CropParameter()

CropParameter

public CropParameter(float x,
                     float y,
                     int width,
                     int height)
方法详细信息

getY

public float getY()

setY

public void setY(float y)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

setX

public void setX(float x)

getX

public float getX()


Copyright © 2012–2015 Alibaba Group. All rights reserved.