public class CSSBoxTreeProvider
extends org.fit.layout.impl.BaseBoxTreeProvider
| Constructor and Description |
|---|
CSSBoxTreeProvider() |
CSSBoxTreeProvider(URL url,
int width,
int height,
boolean useVisualBounds,
boolean preserveAux) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
int |
getHeight() |
String |
getId() |
String |
getName() |
org.fit.layout.model.Page |
getPage() |
String[] |
getParamNames() |
Object[] |
getParamRange(String name) |
org.fit.layout.api.ParametrizedOperation.ValueType[] |
getParamTypes() |
boolean |
getPreserveAux() |
boolean |
getReplaceImagesWithAlt() |
String |
getUrl() |
boolean |
getUseVisualBounds() |
org.fit.cssbox.layout.Viewport |
getViewport() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setPreserveAux(boolean preserveAux) |
void |
setReplaceImagesWithAlt(boolean replaceImagesWithAlt) |
void |
setUrl(String url) |
void |
setUseVisualBounds(boolean useVisualBounds) |
void |
setWidth(int width) |
public CSSBoxTreeProvider()
public CSSBoxTreeProvider(URL url, int width, int height, boolean useVisualBounds, boolean preserveAux)
public String getId()
public String getName()
public String getDescription()
public String[] getParamNames()
public org.fit.layout.api.ParametrizedOperation.ValueType[] getParamTypes()
public String getUrl()
public void setUrl(String url)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public boolean getUseVisualBounds()
public void setUseVisualBounds(boolean useVisualBounds)
public boolean getPreserveAux()
public void setPreserveAux(boolean preserveAux)
public boolean getReplaceImagesWithAlt()
public void setReplaceImagesWithAlt(boolean replaceImagesWithAlt)
public Object[] getParamRange(String name)
getParamRange in interface org.fit.layout.api.ParametrizedOperationgetParamRange in class org.fit.layout.impl.BaseParametrizedOperationpublic org.fit.layout.model.Page getPage()
public org.fit.cssbox.layout.Viewport getViewport()
Copyright © 2016. All rights reserved.