Package | Description |
---|---|
com.github.gwtd3.api.svg |
Modifier and Type | Method and Description |
---|---|
Symbol |
Symbol.size(DatumFunction<Integer> sizeAccessorFunction)
Set the size of the symbols using the specified function returning an
integer.
|
Symbol |
Symbol.size(int sizeInSquarePixels)
Set the size of the symbols.
|
Symbol |
SVG.symbol()
Create a new default
Symbol generator. |
Symbol |
Symbol.type(DatumFunction<Symbol.Type> typeAccessorFunction)
Set the type of the symbol using the specified function returning a
DragEventType.
|
Symbol |
Symbol.type(Symbol.Type type)
Set the type of the symbol using the specified
Drag.DragEventType constant. |
Copyright © 2015 gwt-d3. All rights reserved.