Class AnnotationSelectionViewThemeConfiguration.Builder
-
- All Implemented Interfaces:
public final class AnnotationSelectionViewThemeConfiguration.Builder
Builder used to construct the AnnotationSelectionViewThemeConfiguration instance.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AnnotationSelectionViewThemeConfiguration.Builder(AnnotationSelectionViewThemeConfiguration configuration)
Secondary constructor that creates a builder from an existing AnnotationSelectionViewThemeConfiguration. AnnotationSelectionViewThemeConfiguration.Builder()
-
Method Summary
-
-
Constructor Detail
-
AnnotationSelectionViewThemeConfiguration.Builder
AnnotationSelectionViewThemeConfiguration.Builder(AnnotationSelectionViewThemeConfiguration configuration)
Secondary constructor that creates a builder from an existing AnnotationSelectionViewThemeConfiguration.
-
AnnotationSelectionViewThemeConfiguration.Builder
AnnotationSelectionViewThemeConfiguration.Builder()
-
-
Method Detail
-
getSelectionBorderWidth
final Integer getSelectionBorderWidth()
Annotation selection border width in pixels.
-
getSelectionBorderColor
final Integer getSelectionBorderColor()
Annotation selection border color.
-
getSelectionScaleHandleColor
final Integer getSelectionScaleHandleColor()
Annotation selection scale handle color.
-
getSelectionEditHandleColor
final Integer getSelectionEditHandleColor()
Annotation selection edit handle color.
-
getSelectionPadding
final Integer getSelectionPadding()
Annotation selection padding.
-
getGuideLineWidth
final Integer getGuideLineWidth()
Guide line width in pixels.
-
getGuideLineColor
final Integer getGuideLineColor()
Guide line color.
-
getGuideLineIncrease
final Integer getGuideLineIncrease()
Defines size of the drawn guide line that will protrude outside of the selection rect (on each side).
-
getLinkAnnotationBackgroundColor
final Integer getLinkAnnotationBackgroundColor()
Background color drawn on top of a link annotation.
-
getLinkAnnotationBorderColor
final Integer getLinkAnnotationBorderColor()
Border color for link annotations.
-
getLinkAnnotationHighlightBackgroundColor
final Integer getLinkAnnotationHighlightBackgroundColor()
Background color drawn on top of highlighted (i.e. touched) link annotations.
-
getLinkAnnotationHighlightBorderColor
final Integer getLinkAnnotationHighlightBorderColor()
Border color of highlighted (i.e. touched) link annotations.
-
getTopLeftScaleHandleDrawable
final Drawable getTopLeftScaleHandleDrawable()
Scale handle drawable in the top left part of the annotation selection layout.
-
getTopCenterScaleHandleDrawable
final Drawable getTopCenterScaleHandleDrawable()
Scale handle drawable in the top center part of the annotation selection layout.
-
getTopRightScaleHandleDrawable
final Drawable getTopRightScaleHandleDrawable()
Scale handle drawable in the top right part of the annotation selection layout.
-
getCenterLeftScaleHandleDrawable
final Drawable getCenterLeftScaleHandleDrawable()
Scale handle drawable in the center left part of the annotation selection layout.
-
getCenterRightScaleHandleDrawable
final Drawable getCenterRightScaleHandleDrawable()
Scale handle drawable in the center right part of the annotation selection layout.
-
getBottomLeftScaleHandleDrawable
final Drawable getBottomLeftScaleHandleDrawable()
Scale handle drawable in the bottom left part of the annotation selection layout.
-
getBottomCenterScaleHandleDrawable
final Drawable getBottomCenterScaleHandleDrawable()
Scale handle drawable in the bottom center part of the annotation selection layout.
-
getBottomRightScaleHandleDrawable
final Drawable getBottomRightScaleHandleDrawable()
Scale handle drawable in the bottom right part of the annotation selection layout.
-
getRotationHandleDrawable
final Drawable getRotationHandleDrawable()
Scale handle drawable of the annotation selection layout for the rotation.
-
getBackgroundDrawable
final Drawable getBackgroundDrawable()
Background drawable for the annotation selection layout. This feature is not supported by callout annotations.
-
setSelectionBorderWidth
final AnnotationSelectionViewThemeConfiguration.Builder setSelectionBorderWidth(Integer width)
-
setSelectionBorderColor
final AnnotationSelectionViewThemeConfiguration.Builder setSelectionBorderColor(Integer color)
-
setSelectionScaleHandleColor
final AnnotationSelectionViewThemeConfiguration.Builder setSelectionScaleHandleColor(Integer color)
-
setSelectionEditHandleColor
final AnnotationSelectionViewThemeConfiguration.Builder setSelectionEditHandleColor(Integer color)
-
setSelectionPadding
final AnnotationSelectionViewThemeConfiguration.Builder setSelectionPadding(Integer padding)
-
setGuideLineWidth
final AnnotationSelectionViewThemeConfiguration.Builder setGuideLineWidth(Integer width)
-
setGuideLineColor
final AnnotationSelectionViewThemeConfiguration.Builder setGuideLineColor(Integer color)
-
setGuideLineIncrease
final AnnotationSelectionViewThemeConfiguration.Builder setGuideLineIncrease(Integer increase)
-
setLinkAnnotationBackgroundColor
final AnnotationSelectionViewThemeConfiguration.Builder setLinkAnnotationBackgroundColor(Integer color)
-
setLinkAnnotationBorderColor
final AnnotationSelectionViewThemeConfiguration.Builder setLinkAnnotationBorderColor(Integer color)
-
setLinkAnnotationHighlightBackgroundColor
final AnnotationSelectionViewThemeConfiguration.Builder setLinkAnnotationHighlightBackgroundColor(Integer color)
-
setLinkAnnotationHighlightBorderColor
final AnnotationSelectionViewThemeConfiguration.Builder setLinkAnnotationHighlightBorderColor(Integer color)
-
setTopLeftScaleHandleDrawable
final AnnotationSelectionViewThemeConfiguration.Builder setTopLeftScaleHandleDrawable(Drawable drawable)
-
setTopCenterScaleHandleDrawable
final AnnotationSelectionViewThemeConfiguration.Builder setTopCenterScaleHandleDrawable(Drawable drawable)
-
setTopRightScaleHandleDrawable
final AnnotationSelectionViewThemeConfiguration.Builder setTopRightScaleHandleDrawable(Drawable drawable)
-
setCenterLeftScaleHandleDrawable
final AnnotationSelectionViewThemeConfiguration.Builder setCenterLeftScaleHandleDrawable(Drawable drawable)
-
setCenterRightScaleHandleDrawable
final AnnotationSelectionViewThemeConfiguration.Builder setCenterRightScaleHandleDrawable(Drawable drawable)
-
setBottomLeftScaleHandleDrawable
final AnnotationSelectionViewThemeConfiguration.Builder setBottomLeftScaleHandleDrawable(Drawable drawable)
-
setBottomCenterScaleHandleDrawable
final AnnotationSelectionViewThemeConfiguration.Builder setBottomCenterScaleHandleDrawable(Drawable drawable)
-
setBottomRightScaleHandleDrawable
final AnnotationSelectionViewThemeConfiguration.Builder setBottomRightScaleHandleDrawable(Drawable drawable)
-
setRotationHandleDrawable
final AnnotationSelectionViewThemeConfiguration.Builder setRotationHandleDrawable(Drawable drawable)
-
setBackgroundDrawable
final AnnotationSelectionViewThemeConfiguration.Builder setBackgroundDrawable(Drawable drawable)
-
build
final AnnotationSelectionViewThemeConfiguration build()
Creates a new AnnotationSelectionViewThemeConfiguration with the arguments supplied to this builder.
-
-
-
-