Class PageDrawing
java.lang.Object
com.stimulsoft.viewer.valueobjects.PageDrawing
Page drawing value object
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLeft()getLine()getRight()getTop()getWidth()voidvoidvoidvoidvoidvoidsetUnzoomHeight(Double unzoomHeight) voidsetUnzoomWidth(Double unzoomWidth) void
-
Constructor Details
-
PageDrawing
public PageDrawing()
-
-
Method Details
-
getLine
- Returns:
- the line
-
setLine
- Parameters:
line- the line to set
-
getTop
- Returns:
- the top
-
setTop
- Parameters:
top- the top to set
-
getUnzoomWidth
- Returns:
- the unzoomWidth
-
setUnzoomWidth
- Parameters:
unzoomWidth- the unzoomWidth to set
-
getUnzoomHeight
- Returns:
- the unzoomHeight
-
setUnzoomHeight
- Parameters:
unzoomHeight- the unzoomHeight to set
-
getWidth
- Returns:
- the width
-
setWidth
- Parameters:
width- the width to set
-
getHeight
- Returns:
- the height
-
setHeight
- Parameters:
height- the height to set
-
getLeft
- Returns:
- the left
-
setLeft
- Parameters:
left- the left to set
-
getRight
- Returns:
- the right
-
setRight
- Parameters:
right- the right to set
-