Interface ThumbnailTool.ThumbnailToolStyle
- All Superinterfaces:
com.google.gwt.resources.client.CssResource,com.google.gwt.resources.client.CssResourceBase,com.google.gwt.resources.client.ResourcePrototype
- Enclosing class:
ThumbnailTool
public static interface ThumbnailTool.ThumbnailToolStyle
extends com.google.gwt.resources.client.CssResource
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintMethods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getTextMethods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
-
Method Details
-
lightningBoxHeight
int lightningBoxHeight()- Returns:
- height of the Background-Widget
-
lightningBox
String lightningBox()- Returns:
- Background-Widget for the Tool
-
autoHidingDistance
int autoHidingDistance()- Returns:
- distance of mouse cursor to lightningBox when it should hide
-
showThumbnailButtonDistance
int showThumbnailButtonDistance()- Returns:
- distance to the bottom of the PageView to show the ThumbnailButton
-
hideAfter
int hideAfter()- Returns:
- ms to Hide the LightningBox when the cursor is out of Distance and its not pinned
-
lightningBoxAnimationspeed
int lightningBoxAnimationspeed()- Returns:
- ms to show and hide the Lightningbox
-
lightningBoxLRMargin
int lightningBoxLRMargin()- Returns:
- Left and Right Margin to the PageView-Bounds
-