Initializes a new instance of the ScrollIconRenderer class that renders scroll arrow icons provided as bitmaps.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public ScrollIconRenderer ( |
A java.awt.Image representing the scroll-up icon.
A java.awt.Image representing the scroll-down icon.
A java.awt.Image representing disabled scroll-up icon.
A java.awt.Image representing disabled scroll-down icon.
See Also