X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.g2d%2Fsrc%2Forg%2Fsimantics%2Fg2d%2Fsvg%2FLineCap.java;h=488ac571b51c8cc4b2f8c4fde2447315b9d16d34;hb=4f38bc070c3e1e40d02bd8da64cc93a798c9aace;hp=ed163693aceb0d3e2887c0423fb874bac00d28a1;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.g2d/src/org/simantics/g2d/svg/LineCap.java b/bundles/org.simantics.g2d/src/org/simantics/g2d/svg/LineCap.java index ed163693a..488ac571b 100644 --- a/bundles/org.simantics.g2d/src/org/simantics/g2d/svg/LineCap.java +++ b/bundles/org.simantics.g2d/src/org/simantics/g2d/svg/LineCap.java @@ -1,18 +1,18 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.g2d.svg; - -public enum LineCap { - butt, - round, - square -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.g2d.svg; + +public enum LineCap { + butt, + round, + square +}