org.jopendocument.model.draw.DrawConnector Maven / Gradle / Ivy
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2008 jOpenDocument, by ILM Informatique. All rights reserved.
*
* The contents of this file are subject to the terms of the GNU General Public License Version 3
* only ("GPL"). You may not use this file except in compliance with the License. You can obtain a
* copy of the License at http://www.gnu.org/licenses/gpl-3.0.html See the License for the specific
* language governing permissions and limitations under the License.
*
* When distributing the software, include this License Header Notice in each file.
*
*/
package org.jopendocument.model.draw;
import java.util.ArrayList;
import java.util.List;
import org.jopendocument.model.office.OfficeEvents;
import org.jopendocument.model.text.TextOrderedList;
import org.jopendocument.model.text.TextP;
import org.jopendocument.model.text.TextUnorderedList;
/**
*
*/
public class DrawConnector {
protected String drawEndGluePoint;
protected String drawEndShape;
protected String drawId;
protected String drawLayer;
protected String drawLineSkew;
protected String drawStartGluePoint;
protected String drawStartShape;
protected String drawStyleName;
protected String drawTextStyleName;
protected String drawType;
protected String drawZIndex;
protected OfficeEvents officeEvents;
protected String presentationStyleName;
protected String svgX1;
protected String svgX2;
protected String svgY1;
protected String svgY2;
protected String tableEndCellAddress;
protected String tableEndX;
protected String tableEndY;
protected String tableTableBackground;
protected String textAnchorPageNumber;
protected String textAnchorType;
protected List © 2015 - 2025 Weber Informatics LLC | Privacy Policy