net.sourceforge.plantuml.ugraphic
Class USegment

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.USegment

public class USegment
extends Object


Constructor Summary
USegment(double[] coord, USegmentType pathType)
           
 
Method Summary
 double[] getCoord()
           
 USegmentType getSegmentType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

USegment

public USegment(double[] coord,
                USegmentType pathType)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getCoord

public final double[] getCoord()

getSegmentType

public final USegmentType getSegmentType()


Copyright © 2012. All Rights Reserved.