public class LineBlock extends Object
Constructor and Description |
---|
LineBlock() |
Modifier and Type | Method and Description |
---|---|
float |
getHeight() |
float |
getLowerleftX() |
float |
getLowerLeftY() |
LineBlock |
getNextBlock() |
float |
getWidth() |
void |
setHeight(float value) |
void |
setLowerleftX(float value) |
void |
setLowerLeftY(float value) |
void |
setNextBlock(LineBlock value) |
void |
setWidth(float value) |
public float getLowerleftX()
public void setLowerleftX(float value)
public float getLowerLeftY()
public void setLowerLeftY(float value)
public float getWidth()
public void setWidth(float value)
public float getHeight()
public void setHeight(float value)
public LineBlock getNextBlock()
public void setNextBlock(LineBlock value)
Copyright © 2016 Aspose. All Rights Reserved.