java.lang.Object |
↳ |
com.pdftron.pdf.widget.toolbar.component.AnnotationToolbarTheme |
Summary
Public Constructors |
|
AnnotationToolbarTheme(int backgroundColor, int backgroundColorSecondary, int iconColor, int selectedBackgroundColor, int disabledIconColor, int selectedIconColor, int highlightIconColor, int presetTextColor, int textColor, int dividerColor, int backgroundColorCompact)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
final
int
backgroundColor
public
int
backgroundColorCompact
public
final
int
backgroundColorSecondary
public
final
int
disabledIconColor
public
final
int
highlightIconColor
public
final
int
iconColor
public
final
int
presetTextColor
public
final
int
selectedBackgroundColor
public
final
int
selectedIconColor
public
final
int
textColor
Public Constructors
public
AnnotationToolbarTheme
(int backgroundColor, int backgroundColorSecondary, int iconColor, int selectedBackgroundColor, int disabledIconColor, int selectedIconColor, int highlightIconColor, int presetTextColor, int textColor, int dividerColor, int backgroundColorCompact)
Public Methods