コード例 #1
0
ファイル: Gateway.java プロジェクト: code-d/oryx-editor
  /**
   * Basic method to convert a gateway to its shape representation.
   *
   * @param shape The resource shape object containing graphical information only.
   */
  public void toShape(Shape shape) {
    super.toShape(shape);

    shape.setStencil(new StencilType("Exclusive_Databased_Gateway"));
    shape.getProperties().put("markervisible", "false");
  }