Class zebkit.draw.ArrowView
extends <zebkit.draw.Shape>
<zebkit.draw>

Arrow view. Tye view can be use to render triangle arrow element to one of the following direction: "top", "left", "bottom", "right".

Constructor:
zebkit.draw.ArrowView (direction, color, fillColor)

Parameters:
  • direction <String>

    an arrow view direction.

  • color <String>

    an arrow view line color.

  • fillColor <String>

    an arrow view filling.





public chainable setGap (gap)

Set gap.


Parameters:
  • gap <Integer>

    a gap



Inherited attributes:
public String color    public String fillColor    public Integer lineWidth   



public <String> direction

Arrow direction.