| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cosylab.gui.components.gauger.ScaleTransform.ScaleSegment
com.cosylab.gui.components.gauger.ScaleTransform.LineSegment
public class ScaleTransform.LineSegment
Class defining linear scale segment.
| Field Summary | |
|---|---|
|  java.awt.geom.Point2D | lineEndEnding point of line | 
|  java.awt.geom.Point2D | lineStartStarting point of line | 
| Constructor Summary | |
|---|---|
| ScaleTransform.LineSegment(double xs,
                           double ys,
                           double xe,
                           double ye)Creates a new LineSegment object. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public java.awt.geom.Point2D lineStart
public java.awt.geom.Point2D lineEnd
| Constructor Detail | 
|---|
public ScaleTransform.LineSegment(double xs,
                                  double ys,
                                  double xe,
                                  double ye)
xs - X coordinate of starting point.ys - Y coordinate of starting point.xe - X coordinate of ending point.ye - Y coordinate of ending point.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||