Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Runtime

org.eclipse.gmf.runtime.draw2d.ui.geometry
Class LineSeg.KeyPoint

java.lang.Object
  extended by 
org.eclipse.gmf.runtime.draw2d.ui.geometry.LineSeg.KeyPoint
Enclosing class:
LineSeg

public static class LineSeg.KeyPoint
extends java.lang.Object

Enumeration class for defining the keypoint along a line segment. Can be one of ORIGIN, MIDPOINT or TERMINUS.


Field Summary
static  LineSeg.KeyPoint MIDPOINT
          Constant designating the mid point on the line segment.
static  LineSeg.KeyPoint ORIGIN
          Constant designating the origin point on the line segment.
static  LineSeg.KeyPoint TERMINUS
          Constant designating the terminal point on the line segment.
 
Method Summary
 java.lang.String toString ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ORIGIN

public static final 
LineSeg.KeyPoint ORIGIN
Constant designating the origin point on the line segment.


MIDPOINT

public static final 
LineSeg.KeyPoint MIDPOINT
Constant designating the mid point on the line segment.


TERMINUS

public static final 
LineSeg.KeyPoint TERMINUS
Constant designating the terminal point on the line segment.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire