|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.ebmwebsourcing.geasytools.geasysvg.core.impl.SVGElement
com.ebmwebsourcing.geasytools.geasysvg.core.impl.Path
com.ebmwebsourcing.geasytools.geasysvg.ext.impl.LinearPath
public class LinearPath
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| Field Summary |
|---|
| Fields inherited from class com.ebmwebsourcing.geasytools.geasysvg.core.impl.SVGElement |
|---|
id, impl, x, y |
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
LinearPath(com.google.gwt.user.client.Element element,
float x,
float y)
|
|
LinearPath(com.google.gwt.user.client.Element element,
java.util.LinkedHashSet<IPoint> points,
float x,
float y)
|
|
| Method Summary | |
|---|---|
void |
addPoint(IPoint point)
|
void |
connectAllPoints()
|
IPoint |
getEndPoint()
|
java.util.LinkedHashSet<IPoint> |
getPoints()
|
IPoint |
getStartPoint()
|
boolean |
isSmoothCurve()
|
void |
setSmoothCurve(boolean isSmooth)
|
| Methods inherited from class com.ebmwebsourcing.geasytools.geasysvg.core.impl.Path |
|---|
getHeight, getMarkerEnd, getMarkerMid, getMarkerStart, getPath, getWidth, setMarkerEnd, setMarkerMid, setMarkerStart, setPath, setX, setY |
| Methods inherited from class com.ebmwebsourcing.geasytools.geasysvg.core.impl.SVGElement |
|---|
getAbsoluteLeft, getAbsoluteTop, getCanvas, getContainer, getFillColour, getFillOpacity, getId, getImpl, getStrokeColour, getStrokeDashArray, getX, getY, isVisible, remove, rotate, rotate, scale, scale, setCanvas, setContainer, setFillColour, setFillOpacity, setHeight, setId, setImpl, setStokeColour, setStrokeDashArray, setVisible, setWidth, toBack, toFront, translate |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setWidth, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.geasytools.geasysvg.core.api.IPath |
|---|
getMarkerEnd, getMarkerMid, getMarkerStart, getPath, setMarkerEnd, setMarkerMid, setMarkerStart, setPath |
| Methods inherited from interface com.ebmwebsourcing.geasytools.geasysvg.core.api.ISVGElement |
|---|
getCanvas, getContainer, getFillColour, getFillOpacity, getHeight, getId, getStrokeColour, getStrokeDashArray, getWidth, getX, getY, isVisible, remove, rotate, rotate, scale, scale, setCanvas, setContainer, setFillColour, setFillOpacity, setHeight, setId, setStokeColour, setStrokeDashArray, setVisible, setWidth, setX, setY, toBack, toFront, translate |
| Constructor Detail |
|---|
public LinearPath(com.google.gwt.user.client.Element element,
float x,
float y)
public LinearPath(com.google.gwt.user.client.Element element,
java.util.LinkedHashSet<IPoint> points,
float x,
float y)
| Method Detail |
|---|
public void addPoint(IPoint point)
addPoint in interface ILinearPathpublic void connectAllPoints()
connectAllPoints in interface ILinearPathpublic java.util.LinkedHashSet<IPoint> getPoints()
getPoints in interface ILinearPathpublic boolean isSmoothCurve()
isSmoothCurve in interface ILinearPathpublic IPoint getEndPoint()
getEndPoint in interface ILinearPathpublic IPoint getStartPoint()
getStartPoint in interface ILinearPathpublic void setSmoothCurve(boolean isSmooth)
setSmoothCurve in interface ILinearPath
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||