357358359360361362363364365366367
layout.layout(shape); ArrayList list = layout.getMarkerList(); for (int i = 0; i < list.size(); ++i) { MarkerPos pos = (MarkerPos)list.get(i); switch (pos.type) { case Marker.MARKER_START: if (markerStart != null)
390391392393394395396397398399400