Library | Package Java Toolkit

Interface Arc

package com.ptc.uifc.uifcCore;

public interface Arc
  extends jxobject



Description

 



Method Summary
PointGetEnd ()
    Get method for attribute "End"
     
RectangleGetRect ()
    Get method for attribute "Rect"
     
PointGetStart ()
    Get method for attribute "Start"
     
voidSetEnd (Point value)
    Set method for attribute "End"
     
voidSetRect (Rectangle value)
    Set method for attribute "Rect"
     
voidSetStart (Point value)
    Set method for attribute "Start"
     

Method Detail

GetRect/SetRect

RectangleGetRect ()
voidSetRect (Rectangle value)


     



GetStart/SetStart

PointGetStart ()
voidSetStart (Point value)


     



GetEnd/SetEnd

PointGetEnd ()
voidSetEnd (Point value)