Package com.pspdfkit.ui.inspector.views
Class LineEndTypePickerInspectorView
-
- All Implemented Interfaces:
-
android.graphics.drawable.Drawable.Callback
,android.view.KeyEvent.Callback
,android.view.ViewManager
,android.view.ViewParent
,android.view.accessibility.AccessibilityEventSource
,com.pspdfkit.ui.inspector.PropertyInspectorView
public class LineEndTypePickerInspectorView extends BaseDrawablePickerInspectorView<T>
Inspector component for picking line end type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
LineEndTypePickerInspectorView.LineEndTypePickerListener
Listener for line end type being picked.
-
Constructor Summary
Constructors Constructor Description LineEndTypePickerInspectorView(Context context, String label, List<LineEndType> availableTypes, LineEndType defaultType, boolean isLineStart, LineEndTypePickerInspectorView.LineEndTypePickerListener listener)
Construct line style picker.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
LineEndTypePickerInspectorView
LineEndTypePickerInspectorView(Context context, String label, List<LineEndType> availableTypes, LineEndType defaultType, boolean isLineStart, LineEndTypePickerInspectorView.LineEndTypePickerListener listener)
Construct line style picker.- Parameters:
context
- The context to use.label
- Label for inspector view.availableTypes
- List of available line end types.defaultType
- Default line end type selected when showing picker.isLineStart
- True when this picker represents line ends drawn on starting point, false when on ending point.listener
- Listener for line end picker changes.
-
-
-
-