Package | Description |
---|---|
com.github.gwtd3.api.svg |
Modifier and Type | Method and Description |
---|---|
static Brush.BrushEvent |
Brush.BrushEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Brush.BrushEvent[] |
Brush.BrushEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Brush |
Brush.on(Brush.BrushEvent event,
DatumFunction<Void> listener)
Set the listener for the specified event type.
|
Copyright © 2015 gwt-d3. All rights reserved.