0
我無法理解org.eclipse.draw2d.Triangle的api。有一些操作區域:draw2d庫中的三角形
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.
還有「三角形的點」。但是沒有與他們直接操縱的API。 所以我需要大概一些理解的例子..(通過點或smt像這樣創建三角形)
謝謝。
謝謝。由於我無法繪製任意三角形,因此我應該自行實施( – 2010-10-24 08:26:18