This is a Wrapper for this Github project.
MarkView
Version: 1.0.0
This library is Donationware. You can download the library, you can test the library. But if you want to USE the library in your App you need to Donate for it.
Please click here to donate (You can donate any amount you want to donate for the library (or my work)
MarkView
Version: 1.0.0
- MarkView
Fields:- ba As BA
- AddToParent (Parent As ViewGroup, left As Int, top As Int, width As Int, height As Int)
- BringToFront
- DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)
- Initialize (EventName As String)
- Invalidate
- Invalidate2 (arg0 As Rect)
- Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
- IsInitialized As Boolean
- RemoveView
- RequestFocus As Boolean
- SendToBack
- SetBackgroundImage (arg0 As Bitmap)
- SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)
- SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
- SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)
- SetVisibleAnimated (arg0 As Int, arg1 As Boolean)
- isMarkValid (mark As Int) As Boolean
Checks whether a given mark is valid according to the current configuration
- Background As Drawable
- Color As Int [write only]
- Enabled As Boolean
- Height As Int
- Left As Int
- Mark As Int
Returns the current mark - Max As Int
Returns the highest mark this MarkView accepts - RingColor As Int
Returns the color of the background ring - RingWidth As Float
Returns the width of the background ring - StrokeColor As Int [read only]
Returns the stroke color depending on the current mark.
<p/>
May return:
- DEFAULT_STROKE_COLOR if the mark is invalid or there are no colors in mStrokeColors.
- The color at the position of the mark in mStrokeColors if it contains the mark.
- The last color in mStrokeColors if it doesn't contain the mark. - StrokeColors()() As Int
Returns the current stroke colors array - StrokeWidth As Float
Returns stroke width - Tag As Object
- TextColor As Int
Returns the current text color - TextSize As Float
Returns the current text size - Top As Int
- Visible As Boolean
- Width As Int
This library is Donationware. You can download the library, you can test the library. But if you want to USE the library in your App you need to Donate for it.
Please click here to donate (You can donate any amount you want to donate for the library (or my work)