Uses of Class
edu.neu.ccs.gui.TweakableShape

Packages that use TweakableShape
edu.neu.ccs.gui Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. 
 

Uses of TweakableShape in edu.neu.ccs.gui
 

Methods in edu.neu.ccs.gui that return TweakableShape
 TweakableShape BaseShape.makePolygonDots()
          Returns an open TweakableShape whose vertex data is a copy of the vertex data of this shape, whose tangent data is zero, and whose Path.Strategy is Path.POLYGON_DOTS.
 TweakableShape BaseShape.makeClosedBezierFrame()
          Returns a closed TweakableShape whose vertex data is the closed Bezier frame corresponding to the vertex and tangent data of this shape, whose tangent data is zero, and whose Path.Strategy is Path.POLYGON.
 TweakableShape BaseShape.makeOpenBezierFrame()
          Returns an open TweakableShape whose vertex data is the open Bezier frame corresponding to the vertex and tangent data of this shape, whose tangent data is zero, and whose Path.Strategy is Path.POLYGON.
 TweakableShape BaseShape.makeBezierTangentSegments()
          Returns an open TweakableShape whose vertex and tangent data is a copy of the corresponding vertex and tangent data of this shape and whose Path.Strategy is Path.BEZIER_TANGENT_SEGMENTS.