public class AppearanceControllerImpl extends Object implements AppearanceController
| Constructor and Description |
|---|
AppearanceControllerImpl() |
| Modifier and Type | Method and Description |
|---|---|
AppearanceModelImpl |
getModel()
Returns the appearance model for the current workspace.
|
AppearanceModelImpl |
getModel(Workspace workspace)
Returns the appearance model for the given workspace.
|
Transformer |
getTransformer(TransformerUI ui)
Returns the transformer associated with the given transformer UI.
|
void |
setUseLocalScale(boolean useLocalScale)
Sets whether rankings use a local or a global scale.
|
void |
transform(Function function)
Apply the function's transformer.
|
public void transform(Function function)
AppearanceControllertransform in interface AppearanceControllerfunction - function to transformpublic AppearanceModelImpl getModel()
AppearanceControllergetModel in interface AppearanceControllerpublic AppearanceModelImpl getModel(Workspace workspace)
AppearanceControllergetModel in interface AppearanceControllerworkspace - workspacepublic Transformer getTransformer(TransformerUI ui)
AppearanceControllergetTransformer in interface AppearanceControllerui - user interface instancepublic void setUseLocalScale(boolean useLocalScale)
AppearanceControllersetUseLocalScale in interface AppearanceControlleruseLocalScale - true for local, false for
globalCopyright © 2007–2017. All rights reserved.