Hi!
I can't understand org.eclipse.draw2d.Triangle's api. There are some fields for manipulation:
protected int direction
The direction this triangle will face. Possible values are PositionConstants.NORTH, PositionConstants.SOUTH, PositionConstants.EAST and PositionConstants.WEST.
protected int orientation
The orientation of this triangle. Possible values are Orientable.VERTICAL and Orientable.HORIZONTAL.
There are "The points of the triangle" also. But there is no api for direct manipulation with them. So I need probably some examples for understanding.. (Creating triangle by points or smt like this)
Thanks.