public final class

AnnotStyleProperty

extends Object
implements Parcelable
java.lang.Object
   ↳ com.pdftron.pdf.model.AnnotStyleProperty

Class Overview

Defines which properties in an AnnotStyleDialogFragment should be shown and hidden if available.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<AnnotStyleProperty> CREATOR
Public Constructors
AnnotStyleProperty(int annotType)
Public Methods
boolean canShowAdvancedColorPicker()
boolean canShowBorderStyle()
boolean canShowDateFormat()
boolean canShowEraserMode()
boolean canShowEraserType()
boolean canShowFillColor()
boolean canShowFont()
boolean canShowIcons()
boolean canShowLineEndStyle()
boolean canShowLineStartStyle()
boolean canShowLineStyle()
boolean canShowOpacity()
boolean canShowPreset()
boolean canShowPressure()
boolean canShowRichContent()
boolean canShowRulerPrecision()
boolean canShowRulerUnit()
boolean canShowSavedColorPicker()
boolean canShowSnap()
boolean canShowStrokeColor()
boolean canShowTextAlignment()
boolean canShowTextColor()
boolean canShowTextOverlay()
boolean canShowTextSize()
boolean canShowThickness()
int describeContents()
int getAnnotType()
AnnotStyleProperty setCanShowAdvancedColorPicker(boolean canShowAdvancedColorPicker)
AnnotStyleProperty setCanShowBorderStyle(boolean canShowBorderStyle)
AnnotStyleProperty setCanShowDateFormat(boolean canShowDateFormat)
AnnotStyleProperty setCanShowEraserMode(boolean canShowEraserMode)
AnnotStyleProperty setCanShowEraserType(boolean canShowEraserType)
AnnotStyleProperty setCanShowFillColor(boolean canShowFillColor)
AnnotStyleProperty setCanShowFont(boolean canShowFont)
AnnotStyleProperty setCanShowIcons(boolean canShowIcons)
AnnotStyleProperty setCanShowLineEndStyle(boolean canShowLineEndStyle)
AnnotStyleProperty setCanShowLineStartStyle(boolean canShowLineStartStyle)
AnnotStyleProperty setCanShowLineStyle(boolean canShowLineStyle)
AnnotStyleProperty setCanShowOpacity(boolean canShowOpacity)
AnnotStyleProperty setCanShowPreset(boolean canShowPreset)
AnnotStyleProperty setCanShowPressure(boolean canShowPressure)
AnnotStyleProperty setCanShowRichContent(boolean canShowRichContent)
AnnotStyleProperty setCanShowRulerPrecision(boolean canShowRulerPrecision)
AnnotStyleProperty setCanShowRulerUnit(boolean canShowRulerUnit)
AnnotStyleProperty setCanShowSavedColorPicker(boolean canShowSavedColorPicker)
AnnotStyleProperty setCanShowSnap(boolean canShowSnap)
AnnotStyleProperty setCanShowStrokeColor(boolean canShowStrokeColor)
AnnotStyleProperty setCanShowTextAlignment(boolean canShowTextAlignment)
AnnotStyleProperty setCanShowTextColor(boolean canShowTextColor)
AnnotStyleProperty setCanShowTextOverlay(boolean canShowTextOverlay)
AnnotStyleProperty setCanShowTextSize(boolean canShowTextSize)
AnnotStyleProperty setCanShowThickness(boolean canShowThickness)
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<AnnotStyleProperty> CREATOR

Public Constructors

public AnnotStyleProperty (int annotType)

Public Methods

public boolean canShowAdvancedColorPicker ()

public boolean canShowBorderStyle ()

public boolean canShowDateFormat ()

public boolean canShowEraserMode ()

public boolean canShowEraserType ()

public boolean canShowFillColor ()

public boolean canShowFont ()

public boolean canShowIcons ()

public boolean canShowLineEndStyle ()

public boolean canShowLineStartStyle ()

public boolean canShowLineStyle ()

public boolean canShowOpacity ()

public boolean canShowPreset ()

public boolean canShowPressure ()

public boolean canShowRichContent ()

public boolean canShowRulerPrecision ()

public boolean canShowRulerUnit ()

public boolean canShowSavedColorPicker ()

public boolean canShowSnap ()

public boolean canShowStrokeColor ()

public boolean canShowTextAlignment ()

public boolean canShowTextColor ()

public boolean canShowTextOverlay ()

public boolean canShowTextSize ()

public boolean canShowThickness ()

public int describeContents ()

public int getAnnotType ()

public AnnotStyleProperty setCanShowAdvancedColorPicker (boolean canShowAdvancedColorPicker)

public AnnotStyleProperty setCanShowBorderStyle (boolean canShowBorderStyle)

public AnnotStyleProperty setCanShowDateFormat (boolean canShowDateFormat)

public AnnotStyleProperty setCanShowEraserMode (boolean canShowEraserMode)

public AnnotStyleProperty setCanShowEraserType (boolean canShowEraserType)

public AnnotStyleProperty setCanShowFillColor (boolean canShowFillColor)

public AnnotStyleProperty setCanShowFont (boolean canShowFont)

public AnnotStyleProperty setCanShowIcons (boolean canShowIcons)

public AnnotStyleProperty setCanShowLineEndStyle (boolean canShowLineEndStyle)

public AnnotStyleProperty setCanShowLineStartStyle (boolean canShowLineStartStyle)

public AnnotStyleProperty setCanShowLineStyle (boolean canShowLineStyle)

public AnnotStyleProperty setCanShowOpacity (boolean canShowOpacity)

public AnnotStyleProperty setCanShowPreset (boolean canShowPreset)

public AnnotStyleProperty setCanShowPressure (boolean canShowPressure)

public AnnotStyleProperty setCanShowRichContent (boolean canShowRichContent)

public AnnotStyleProperty setCanShowRulerPrecision (boolean canShowRulerPrecision)

public AnnotStyleProperty setCanShowRulerUnit (boolean canShowRulerUnit)

public AnnotStyleProperty setCanShowSavedColorPicker (boolean canShowSavedColorPicker)

public AnnotStyleProperty setCanShowSnap (boolean canShowSnap)

public AnnotStyleProperty setCanShowStrokeColor (boolean canShowStrokeColor)

public AnnotStyleProperty setCanShowTextAlignment (boolean canShowTextAlignment)

public AnnotStyleProperty setCanShowTextColor (boolean canShowTextColor)

public AnnotStyleProperty setCanShowTextOverlay (boolean canShowTextOverlay)

public AnnotStyleProperty setCanShowTextSize (boolean canShowTextSize)

public AnnotStyleProperty setCanShowThickness (boolean canShowThickness)

public void writeToParcel (Parcel dest, int flags)