http://www.jpicedt.org

jpicedt.graphic.view
Class DefaultViewFactory.ParallelogramView

java.lang.Object
  extended byjpicedt.graphic.view.AbstractView
      extended byjpicedt.graphic.view.DefaultViewFactory.LeafElementView
          extended byjpicedt.graphic.view.DefaultViewFactory.ParallelogramView
All Implemented Interfaces:
View, ViewConstants
Direct Known Subclasses:
LatexViewFactory.ParallelogramView
Enclosing class:
DefaultViewFactory

public class DefaultViewFactory.ParallelogramView
extends DefaultViewFactory.LeafElementView

a View for rendering parallelograms


Field Summary
 
Fields inherited from class jpicedt.graphic.view.DefaultViewFactory.LeafElementView
interiorPaint, lineWidth, outlinePaint, outlineStroke, overStrikeWidth, shadowBounds, shape
 
Fields inherited from class jpicedt.graphic.view.AbstractView
bounds, element, highlighter
 
Fields inherited from interface jpicedt.graphic.view.ViewConstants
BARBELL_SIZE, CLICK_DISTANCE
 
Constructor Summary
DefaultViewFactory.ParallelogramView(PicParallelogram para)
          construct a new View for the given PicParallelogram
 
Method Summary
protected  void syncShape()
          Synchronize the "shape" variable with the model
 
Methods inherited from class jpicedt.graphic.view.DefaultViewFactory.LeafElementView
changedUpdate, getViewFactory, hitTest, paint, syncAttributes, syncBounds
 
Methods inherited from class jpicedt.graphic.view.AbstractView
getBounds, getContainer, getDrawing, getElement, getGraphics, getHighlighter, getParentView, hitTest, paintHighlighter, repaint, setElement, setHighlighter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultViewFactory.ParallelogramView

public DefaultViewFactory.ParallelogramView(PicParallelogram para)
construct a new View for the given PicParallelogram

Method Detail

syncShape

protected void syncShape()
Synchronize the "shape" variable with the model

Overrides:
syncShape in class DefaultViewFactory.LeafElementView

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org