public class CommonSlideViewProperties extends Object
Constructor and Description |
---|
CommonSlideViewProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getScale()
The view scaling ratio (percentage).
|
int |
hashCode() |
Boolean |
isVariableScale()
True if the view content should automatically scale to best fit the current window size.
|
CommonSlideViewProperties |
scale(Integer scale) |
void |
setScale(Integer scale) |
void |
setVariableScale(Boolean variableScale) |
String |
toString() |
CommonSlideViewProperties |
variableScale(Boolean variableScale) |
public CommonSlideViewProperties scale(Integer scale)
public Integer getScale()
public void setScale(Integer scale)
public CommonSlideViewProperties variableScale(Boolean variableScale)
public Boolean isVariableScale()
public void setVariableScale(Boolean variableScale)
Copyright © 2022. All rights reserved.