Class SvekNode

    • Method Detail

      • getCluster

        public final Cluster getCluster()
      • setCluster

        public final void setCluster​(Cluster cluster)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getWidth

        public final double getWidth()
      • getHeight

        public final double getHeight()
      • getUid

        public final java.lang.String getUid()
        Specified by:
        getUid in interface IShapePseudo
      • getMinX

        public final double getMinX()
      • getMinY

        public final double getMinY()
      • isTop

        public final boolean isTop()
      • getSize

        public java.awt.geom.Dimension2D getSize()
        Specified by:
        getSize in interface Positionable
      • isShielded

        public boolean isShielded()
      • moveSvek

        public void moveSvek​(double deltaX,
                             double deltaY)
        Specified by:
        moveSvek in interface Moveable
      • isHidden

        public boolean isHidden()
        Specified by:
        isHidden in interface Hideable
      • setPolygon

        public void setPolygon​(double minX,
                               double minY,
                               java.util.List<java.awt.geom.Point2D.Double> points)
      • getPoint2D

        public java.awt.geom.Point2D getPoint2D​(double x,
                                                double y)
      • projection

        public java.awt.geom.Point2D projection​(java.awt.geom.Point2D pt,
                                                StringBounder stringBounder)
      • getOverscanX

        public double getOverscanX​(StringBounder stringBounder)
      • addImpact

        public void addImpact​(double angle)