Package jpicedt.format.output.latex
Class LatexViewFactory.ParallelogramView
- java.lang.Object
-
- jpicedt.graphic.view.AbstractView
-
- jpicedt.graphic.view.DefaultViewFactory.LeafElementView
-
- jpicedt.graphic.view.DefaultViewFactory.ParallelogramView
-
- jpicedt.format.output.latex.LatexViewFactory.ParallelogramView
-
- All Implemented Interfaces:
View,ViewConstants
- Enclosing class:
- LatexViewFactory
public class LatexViewFactory.ParallelogramView extends DefaultViewFactory.ParallelogramView
a View for rendering parallelograms. Can be filled only if this is rectangle parallel to the horizontal axis
-
-
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
Constructors Constructor Description ParallelogramView(PicParallelogram para)construct a new View for the given PicParallelogram
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsyncAttributes()Inherits from superclass, except for filling behaviour-
Methods inherited from class jpicedt.graphic.view.DefaultViewFactory.ParallelogramView
syncShape
-
Methods inherited from class jpicedt.graphic.view.DefaultViewFactory.LeafElementView
changedUpdate, getViewFactory, hitTest, paint, syncBounds
-
Methods inherited from class jpicedt.graphic.view.AbstractView
getBounds, getContainer, getDrawing, getElement, getGraphics, getHighlighter, getParentView, hitTest, paintHighlighter, repaint, setElement, setHighlighter
-
-
-
-
Constructor Detail
-
ParallelogramView
public ParallelogramView(PicParallelogram para)
construct a new View for the given PicParallelogram
-
-
Method Detail
-
syncAttributes
protected void syncAttributes()
Inherits from superclass, except for filling behaviour- Overrides:
syncAttributesin classDefaultViewFactory.LeafElementView
-
-